diff src/SDL_assert.c @ 5007:adf6f0c8ec35

Fixed compiler warning about symbol redefinition
author Sam Lantinga <slouken@libsdl.org>
date Sun, 16 Jan 2011 17:47:52 -0800
parents 8e8876e4aec6
children eae20af0b983
line wrap: on
line diff
--- a/src/SDL_assert.c	Sun Jan 16 17:45:42 2011 -0800
+++ b/src/SDL_assert.c	Sun Jan 16 17:47:52 2011 -0800
@@ -27,7 +27,7 @@
 #include "video/SDL_sysvideo.h"
 
 #ifdef _WINDOWS
-#define WIN32_LEAN_AND_MEAN 1
+#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #else  /* fprintf, _exit(), etc. */
 #include <stdio.h>