forked from aniani/vim
updated for version 7.3.719
Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO
This commit is contained in:
@@ -13,8 +13,11 @@
|
||||
|
||||
#include "vim.h"
|
||||
|
||||
#ifdef FEAT_TOOLBAR
|
||||
# include <photon/PxImage.h>
|
||||
/* cproto fails on missing include files */
|
||||
#ifndef PROTO
|
||||
# ifdef FEAT_TOOLBAR
|
||||
# include <photon/PxImage.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if !defined(__QNX__)
|
||||
|
Reference in New Issue
Block a user