From f193fffd16563cfbe7c02a21e19c8bb11707581d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 27 Apr 2006 00:02:13 +0000 Subject: updated for version 7.0f02 --- src/gui.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index e654a21b60..87fd4c1525 100644 --- a/src/gui.h +++ b/src/gui.h @@ -21,6 +21,14 @@ #endif #ifdef FEAT_GUI_GTK +# ifdef VMS /* undef MIN and MAX because Intrinsic.h redefines them anyway */ +# ifdef MAX +# undef MAX +# endif +# ifdef MIN +# undef MIN +# endif +# endif # include # include #endif -- cgit v1.2.3