SDL: fix build after previous commit.

From 2ba03b4db07c22298fde9097e4a8456051d9360e Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 5 Aug 2023 18:15:10 +0300
Subject: [PATCH] fix build after previous commit.

---
 src/core/SDL_runapp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/SDL_runapp.c b/src/core/SDL_runapp.c
index 67429bc499c3..02e25c6948f0 100644
--- a/src/core/SDL_runapp.c
+++ b/src/core/SDL_runapp.c
@@ -24,7 +24,7 @@
  * If not, you can special case it here by appending || defined(__YOUR_PLATFORM__) */
 #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)
 {
     char empty[1] = {0};