Mercurial > hg > xemacs-beta
diff src/sysfile.h @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | 3078fd1074e8 |
children | ed498ef2108b |
line wrap: on
line diff
--- a/src/sysfile.h Mon Aug 13 11:43:25 2007 +0200 +++ b/src/sysfile.h Mon Aug 13 11:44:37 2007 +0200 @@ -53,6 +53,11 @@ #ifndef WIN32_NATIVE /* Some configuration files' definitions for the LOAD_AVE_CVT macro (like sparc.h's) use macros like FSCALE, defined here. */ +#ifdef HAVE_GTK +/* I hate GTK */ +#undef MIN +#undef MAX +#endif /* HAVE_GTK */ #include <sys/param.h> #endif