changeset 725:9ee05fe728df

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 28 Sep 2003 18:31:07 +0000
parents 6b3dfe0198bb
children 5429a06aa816
files include/SDL_opengl.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_opengl.h	Sat Sep 27 08:20:26 2003 +0000
+++ b/include/SDL_opengl.h	Sun Sep 28 18:31:07 2003 +0000
@@ -29,7 +29,9 @@
 
 #ifdef WIN32
 #define WIN32_LEAN_AND_MEAN
+#ifndef NOMINMAX
 #define NOMINMAX	/* Don't defined min() and max() */
+#endif
 #include <windows.h>
 #endif
 #if defined(__APPLE__) && defined(__MACH__)