comparison src/proto.h @ 573:c85bf6a4999b

updated for version 7.0163
author vimboss
date Tue, 06 Dec 2005 19:50:41 +0000
parents b13dbb7b797c
children fa0447b7a8a0
comparison
equal deleted inserted replaced
572:2244be18d9e9 573:c85bf6a4999b
18 18
19 /* 19 /*
20 * Machine-dependent routines. 20 * Machine-dependent routines.
21 */ 21 */
22 /* avoid errors in function prototypes */ 22 /* avoid errors in function prototypes */
23 # if !defined(FEAT_X11) && !defined(FEAT_GUI_GTK) && !defined(FEAT_GUI_KDE) 23 # if !defined(FEAT_X11) && !defined(FEAT_GUI_GTK)
24 # define Display int 24 # define Display int
25 # define Widget int 25 # define Widget int
26 # endif 26 # endif
27 # ifndef FEAT_GUI_GTK 27 # ifndef FEAT_GUI_GTK
28 # define GdkEvent int 28 # define GdkEvent int
59 # ifdef VMS 59 # ifdef VMS
60 # include "os_vms.pro" 60 # include "os_vms.pro"
61 # endif 61 # endif
62 # ifdef __BEOS__ 62 # ifdef __BEOS__
63 # include "os_beos.pro" 63 # include "os_beos.pro"
64 # endif
65 # ifdef MACOS
66 # include "os_mac.pro"
67 # endif 64 # endif
68 # ifdef RISCOS 65 # ifdef RISCOS
69 # include "os_riscos.pro" 66 # include "os_riscos.pro"
70 # endif 67 # endif
71 # ifdef __QNX__ 68 # ifdef __QNX__
196 # define BalloonEval int 193 # define BalloonEval int
197 # endif 194 # endif
198 # ifdef FEAT_GUI_W32 195 # ifdef FEAT_GUI_W32
199 # include "gui_w32.pro" 196 # include "gui_w32.pro"
200 # endif 197 # endif
201 # ifdef FEAT_GUI_KDE
202 # include "gui_kde.pro"
203 # include "gui_kde_x11.pro"
204 # endif
205 # ifdef FEAT_GUI_GTK 198 # ifdef FEAT_GUI_GTK
206 # include "gui_gtk.pro" 199 # include "gui_gtk.pro"
207 # include "gui_gtk_x11.pro" 200 # include "gui_gtk_x11.pro"
208 # endif 201 # endif
209 # ifdef FEAT_GUI_MOTIF 202 # ifdef FEAT_GUI_MOTIF