Mercurial > sdl-ios-xcode
diff include/SDL_opengl.h @ 725:9ee05fe728df
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 28 Sep 2003 18:31:07 +0000 |
parents | e5f3ff1580f3 |
children | b8d311d90021 |
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__)