Explorar o código

fix build after previous commit.

Ozkan Sezer %!s(int64=2) %!d(string=hai) anos
pai
achega
2ba03b4db0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/SDL_runapp.c

+ 1 - 1
src/core/SDL_runapp.c

@@ -24,7 +24,7 @@
  * If not, you can special case it here by appending || defined(__YOUR_PLATFORM__) */
  * If not, you can special case it here by appending || defined(__YOUR_PLATFORM__) */
 #if ( !defined(SDL_MAIN_NEEDED) && !defined(SDL_MAIN_AVAILABLE) ) || defined(__ANDROID__)
 #if ( !defined(SDL_MAIN_NEEDED) && !defined(SDL_MAIN_AVAILABLE) ) || defined(__ANDROID__)
 
 
-DECLSPEC int MINGW32_FORCEALIGN
+DECLSPEC int
 SDL_RunApp(int argc, char* argv[], SDL_main_func mainFunction, void * reserved)
 SDL_RunApp(int argc, char* argv[], SDL_main_func mainFunction, void * reserved)
 {
 {
     char empty[1] = {0};
     char empty[1] = {0};