SDL_windows.h is no longer necessary
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401437
This commit is contained in:
parent
83090323ef
commit
883b235150
27 changed files with 59 additions and 68 deletions
|
@ -327,7 +327,8 @@ unsigned _System LibMain(unsigned hmod, unsigned termination)
|
|||
|
||||
#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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue