diff --git a/src/main/windows/SDL_sysmain_runapp.c b/src/main/windows/SDL_sysmain_runapp.c index 7fac9538f6..1bb80b4092 100644 --- a/src/main/windows/SDL_sysmain_runapp.c +++ b/src/main/windows/SDL_sysmain_runapp.c @@ -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;