Mercurial > sdl-ios-xcode
comparison src/SDL_assert.c @ 3651:cb5b1aedb5a7
Fixed include ordering
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 13 Jan 2010 07:33:33 +0000 |
parents | a9d830c05998 |
children | 1cc7f0143c12 |
comparison
equal
deleted
inserted
replaced
3650:91460fdfe83a | 3651:cb5b1aedb5a7 |
---|---|
18 | 18 |
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 #include "SDL.h" | |
23 #include "SDL_assert.h" | 24 #include "SDL_assert.h" |
24 #include "SDL.h" | |
25 | 25 |
26 #if (SDL_ASSERT_LEVEL > 0) | 26 #if (SDL_ASSERT_LEVEL > 0) |
27 | 27 |
28 #ifdef _WINDOWS | 28 #ifdef _WINDOWS |
29 #define WIN32_LEAN_AND_MEAN 1 | 29 #define WIN32_LEAN_AND_MEAN 1 |