Răsfoiți Sursa

main: Restore MINGW32_FORCEALIGN to SDL_RunApp on Windows.

Ryan C. Gordon 5 luni în urmă
părinte
comite
7d5ec38953
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/main/windows/SDL_sysmain_runapp.c

+ 1 - 1
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;