Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
5006:8e8876e4aec6 | 5007:adf6f0c8ec35 |
---|---|
25 #include "SDL_assert.h" | 25 #include "SDL_assert.h" |
26 #include "SDL_assert_c.h" | 26 #include "SDL_assert_c.h" |
27 #include "video/SDL_sysvideo.h" | 27 #include "video/SDL_sysvideo.h" |
28 | 28 |
29 #ifdef _WINDOWS | 29 #ifdef _WINDOWS |
30 #define WIN32_LEAN_AND_MEAN 1 | 30 #define WIN32_LEAN_AND_MEAN |
31 #include <windows.h> | 31 #include <windows.h> |
32 #else /* fprintf, _exit(), etc. */ | 32 #else /* fprintf, _exit(), etc. */ |
33 #include <stdio.h> | 33 #include <stdio.h> |
34 #include <stdlib.h> | 34 #include <stdlib.h> |
35 #include <unistd.h> | 35 #include <unistd.h> |