diff libcruft/misc/quit.h @ 6123:8d285942fc3c

[project @ 2006-10-28 14:09:20 by jwe]
author jwe
date Sat, 28 Oct 2006 14:11:18 +0000
parents 6465ca8e4f0c
children 93c65f2a5668
line wrap: on
line diff
--- a/libcruft/misc/quit.h	Sat Oct 28 13:56:55 2006 +0000
+++ b/libcruft/misc/quit.h	Sat Oct 28 14:11:18 2006 +0000
@@ -37,6 +37,8 @@
 #if defined (__WIN32__) && ! defined (_POSIX_VERSION)
 
 #include <windows.h>
+#undef min
+#undef max
 
 CRUFT_API extern void w32_sigint_init (void);   /* setup */
 CRUFT_API extern void w32_raise_final (void);   /* tear down */