From: Sfan5 Date: Sun, 1 Dec 2013 19:58:46 +0000 (+0100) Subject: Fix MinGW build X-Git-Tag: 0.4.9~63 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6fa3892a715ec3db24b16f0ff4bb9ac8ed855d6d;p=oweals%2Fminetest.git Fix MinGW build --- diff --git a/src/script/lua_api/l_async_events.h b/src/script/lua_api/l_async_events.h index 3364bac6e..c33f3a962 100644 --- a/src/script/lua_api/l_async_events.h +++ b/src/script/lua_api/l_async_events.h @@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include -#ifndef _MSC_VER +#ifndef _WIN32 #include #else #define _WINSOCKAPI_