main: Restore MINGW32_FORCEALIGN to SDL_RunApp on Windows.
Build (All) / Create test plan (push) Has been cancelled
Build (All) / level1 (push) Has been cancelled
Build (All) / level2 (push) Has been cancelled

This commit is contained in:
Ryan C. Gordon
2025-11-23 17:05:31 -05:00
parent c0a2ae2a4a
commit 7d5ec38953
+1 -1
View File
@@ -41,7 +41,7 @@ static int ErrorProcessingCommandLine(void)
return -1;
}
int SDL_RunApp(int caller_argc, char *caller_argv[], SDL_main_func mainFunction, void * reserved)
int MINGW32_FORCEALIGN SDL_RunApp(int caller_argc, char *caller_argv[], SDL_main_func mainFunction, void * reserved)
{
int result;
(void)reserved;