From c96a41ca7d81d3efd21f996630f1f919a61d409f Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 18 Jul 2012 16:41:08 +0000 Subject: [PATCH] core: switch the Win32/x64 binaries to the Windows subsystem so that they do not open a console at startup. --- neercs/neercs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neercs/neercs.cpp b/neercs/neercs.cpp index 36dff35..48f3c71 100644 --- a/neercs/neercs.cpp +++ b/neercs/neercs.cpp @@ -27,7 +27,7 @@ # include #endif -#if USE_SDL && defined __APPLE__ +#if USE_SDL # include #endif