comparison src/SDL_assert.c @ 4472:791b3256fb22

Mostly cleaned up warnings with -Wmissing-prototypes
author Sam Lantinga <slouken@libsdl.org>
date Sat, 26 Jun 2010 08:56:48 -0700
parents f7b03b6838cb
children 8e8876e4aec6
comparison
equal deleted inserted replaced
4471:11cedc036ca1 4472:791b3256fb22
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 22
23 #include "SDL.h" 23 #include "SDL.h"
24 #include "SDL_assert.h" 24 #include "SDL_assert.h"
25 #include "SDL_assert_c.h"
25 #include "video/SDL_sysvideo.h" 26 #include "video/SDL_sysvideo.h"
26 27
27 #ifdef _WINDOWS 28 #ifdef _WINDOWS
28 #define WIN32_LEAN_AND_MEAN 1 29 #define WIN32_LEAN_AND_MEAN 1
29 #include <windows.h> 30 #include <windows.h>