Mercurial > sdl-ios-xcode
changeset 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 | 35afe807b51c |
files | src/SDL_assert.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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>