changeset 1433 | bb6839704ed6 |
parent 1402 | d910939febfa |
child 1465 | 8dfa9a6d69a5 |
--- a/src/SDL.c Sat Feb 25 20:48:26 2006 +0000 +++ b/src/SDL.c Sat Feb 25 22:18:25 2006 +0000 @@ -327,7 +327,8 @@ #if !defined(HAVE_LIBC) || defined(_WIN32_WCE) || (defined(__WATCOMC__) && defined(BUILD_DLL)) /* Need to include DllMain() on Windows CE and Watcom C for some reason.. */ -#include "SDL_windows.h" +#define WIN32_LEAN_AND_MEAN +#include <windows.h> BOOL APIENTRY _DllMainCRTStartup( HANDLE hModule, DWORD ul_reason_for_call,