mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-25 15:32:00 +00:00
main: Restore MINGW32_FORCEALIGN to SDL_RunApp on Windows.
This commit is contained in:
parent
c0a2ae2a4a
commit
7d5ec38953
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue