]> git.lizzy.rs Git - minetest.git/commitdiff
Don't use msvc libs for mingw build
authorsapier <Sapier at GMX dot net>
Sun, 27 Oct 2013 12:13:40 +0000 (13:13 +0100)
committerkwolekr <kwolekr@minetest.net>
Sun, 17 Nov 2013 07:27:00 +0000 (02:27 -0500)
src/serialization.cpp

index 118bad467c91e880a3a1cecb0e9ed77dd678c65c..1fd75c97aae219608c67e9990ff595693cd1a07a 100644 (file)
@@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "serialization.h"
 
 #include "util/serialize.h"
-#ifdef _WIN32
+#ifdef _MSC_VER
        #define ZLIB_WINAPI
 #endif
 #include "zlib.h"