Skip to content

Commit 7d5ec38

Browse files
committed
main: Restore MINGW32_FORCEALIGN to SDL_RunApp on Windows.
1 parent c0a2ae2 commit 7d5ec38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/windows/SDL_sysmain_runapp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static int ErrorProcessingCommandLine(void)
4141
return -1;
4242
}
4343

44-
int SDL_RunApp(int caller_argc, char *caller_argv[], SDL_main_func mainFunction, void * reserved)
44+
int MINGW32_FORCEALIGN SDL_RunApp(int caller_argc, char *caller_argv[], SDL_main_func mainFunction, void * reserved)
4545
{
4646
int result;
4747
(void)reserved;

0 commit comments

Comments
 (0)