From 6150edf00a309027580e42eb15c97b15576654f4 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 28 Sep 2003 18:31:07 +0000 Subject: [PATCH] *** empty log message *** --- include/SDL_opengl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/SDL_opengl.h b/include/SDL_opengl.h index 18c59d164..1df22016f 100644 --- a/include/SDL_opengl.h +++ b/include/SDL_opengl.h @@ -29,7 +29,9 @@ static char rcsid = #ifdef WIN32 #define WIN32_LEAN_AND_MEAN +#ifndef NOMINMAX #define NOMINMAX /* Don't defined min() and max() */ +#endif #include #endif #if defined(__APPLE__) && defined(__MACH__)