Mercurial > sdl-ios-xcode
comparison src/SDL.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 | 8dfa9a6d69a5 |
comparison
equal
deleted
inserted
replaced
1432:0801c9fdbdd6 | 1433:bb6839704ed6 |
---|---|
325 | 325 |
326 #elif defined(__WIN32__) | 326 #elif defined(__WIN32__) |
327 | 327 |
328 #if !defined(HAVE_LIBC) || defined(_WIN32_WCE) || (defined(__WATCOMC__) && defined(BUILD_DLL)) | 328 #if !defined(HAVE_LIBC) || defined(_WIN32_WCE) || (defined(__WATCOMC__) && defined(BUILD_DLL)) |
329 /* Need to include DllMain() on Windows CE and Watcom C for some reason.. */ | 329 /* Need to include DllMain() on Windows CE and Watcom C for some reason.. */ |
330 #include "SDL_windows.h" | 330 #define WIN32_LEAN_AND_MEAN |
331 #include <windows.h> | |
331 | 332 |
332 BOOL APIENTRY _DllMainCRTStartup( HANDLE hModule, | 333 BOOL APIENTRY _DllMainCRTStartup( HANDLE hModule, |
333 DWORD ul_reason_for_call, | 334 DWORD ul_reason_for_call, |
334 LPVOID lpReserved ) | 335 LPVOID lpReserved ) |
335 { | 336 { |