comparison src/gui.h @ 844:d3bbb5dd3913 v7.0f02

updated for version 7.0f02
author vimboss
date Thu, 27 Apr 2006 00:02:13 +0000
parents 9f279ebda751
children 6c4da3e24371
comparison
equal deleted inserted replaced
843:9f279ebda751 844:d3bbb5dd3913
19 #ifdef FEAT_BEVAL 19 #ifdef FEAT_BEVAL
20 # include "gui_beval.h" 20 # include "gui_beval.h"
21 #endif 21 #endif
22 22
23 #ifdef FEAT_GUI_GTK 23 #ifdef FEAT_GUI_GTK
24 # ifdef VMS /* undef MIN and MAX because Intrinsic.h redefines them anyway */
25 # ifdef MAX
26 # undef MAX
27 # endif
28 # ifdef MIN
29 # undef MIN
30 # endif
31 # endif
24 # include <X11/Intrinsic.h> 32 # include <X11/Intrinsic.h>
25 # include <gtk/gtk.h> 33 # include <gtk/gtk.h>
26 #endif 34 #endif
27 35
28 #ifdef FEAT_GUI_MAC 36 #ifdef FEAT_GUI_MAC