From a513bfce2a21786b6d32ff15f5fc2fc2021e1c58 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 18 Jul 2012 20:27:34 +0000 Subject: [PATCH] build: hide the SDL_main.h inclusion in core.h, and only activate it on Windows if using Visual Studio; if using MinGW, try to stick to the original main() entry point. --- neercs/neercs.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/neercs/neercs.cpp b/neercs/neercs.cpp index 48f3c71..2b48871 100644 --- a/neercs/neercs.cpp +++ b/neercs/neercs.cpp @@ -27,10 +27,6 @@ # include #endif -#if USE_SDL -# include -#endif - #include #include