mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-24 17:26:41 +00:00
Fix WinMain conflicting with SDL_main
This commit is contained in:
parent
ab3ee7de4f
commit
42c877f714
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ static void CheckConfig(void)
|
|||
}
|
||||
|
||||
|
||||
#if defined(BBGE_BUILD_WINDOWS) && !defined(BBGE_BUILD_SDL)
|
||||
#if defined(BBGE_BUILD_WINDOWS) && !(defined(BBGE_BUILD_SDL) or defined(BBGE_BUILD_SDL2))
|
||||
int WINAPI WinMain( HINSTANCE hInstance, // Instance
|
||||
HINSTANCE hPrevInstance, // Previous Instance
|
||||
LPSTR lpCmdLine, // Command Line Parameters
|
||||
|
|
Loading…
Reference in a new issue