From: Ilya Zhuravlev Date: Mon, 21 Jan 2013 21:16:29 +0000 (+0400) Subject: Fix msvc build X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=5696ee8421bc3ad07d62686befe0bcc6c62489dc;p=zefram%2Fminetest%2Fminetest_engine.git Fix msvc build --- diff --git a/src/porting.cpp b/src/porting.cpp index 651c92ff..de15de9c 100644 --- a/src/porting.cpp +++ b/src/porting.cpp @@ -23,9 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., See comments in porting.h */ -#if defined(_WIN32) - #include -#elif defined(linux) +#if defined(linux) #include #elif defined(__APPLE__) #include @@ -92,7 +90,6 @@ void signal_handler_init(void) #else // _WIN32 #include - #include BOOL WINAPI event_handler(DWORD sig) {