From d7079b76252388fec22adbdaec9be94e68336acc Mon Sep 17 00:00:00 2001 From: Trihedraf Date: Tue, 30 Aug 2022 19:42:18 -0700 Subject: [PATCH] Fix SDL MinGW build --- Source/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/main.cpp b/Source/main.cpp index ef32d8c68..af8960a83 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -1,6 +1,3 @@ -#if (defined(_WIN64) || defined(_WIN32)) && defined(__GNUC__) -#define SDL_MAIN_HANDLED -#endif #include #include