Mercurial > sdl-ios-xcode
diff src/stdlib/SDL_malloc.c @ 1433:bb6839704ed6
SDL_windows.h is no longer necessary
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 25 Feb 2006 22:18:25 +0000 |
parents | d910939febfa |
children | 84de7511f79f |
line wrap: on
line diff
--- a/src/stdlib/SDL_malloc.c Sat Feb 25 20:48:26 2006 +0000 +++ b/src/stdlib/SDL_malloc.c Sat Feb 25 22:18:25 2006 +0000 @@ -485,7 +485,8 @@ #endif /* _WIN32 */ #endif /* WIN32 */ #ifdef WIN32 -#include "SDL_windows.h" +#define WIN32_LEAN_AND_MEAN +#include <windows.h> #define HAVE_MMAP 1 #define HAVE_MORECORE 0 #define LACKS_UNISTD_H