fix build after previous commit.

This commit is contained in:
Ozkan Sezer 2023-08-05 18:15:10 +03:00
parent 0026adffd4
commit 2ba03b4db0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
* If not, you can special case it here by appending || defined(__YOUR_PLATFORM__) */
#if ( !defined(SDL_MAIN_NEEDED) && !defined(SDL_MAIN_AVAILABLE) ) || defined(__ANDROID__)
DECLSPEC int MINGW32_FORCEALIGN
DECLSPEC int
SDL_RunApp(int argc, char* argv[], SDL_main_func mainFunction, void * reserved)
{
char empty[1] = {0};