X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fserialization.cpp;h=118bad467c91e880a3a1cecb0e9ed77dd678c65c;hb=206f0764225de4eeb3b2cef119e22df8005e5d60;hp=1fd75c97aae219608c67e9990ff595693cd1a07a;hpb=3985c01ad71159b888677d0fe2019d7a05debeed;p=oweals%2Fminetest.git diff --git a/src/serialization.cpp b/src/serialization.cpp index 1fd75c97a..118bad467 100644 --- a/src/serialization.cpp +++ b/src/serialization.cpp @@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "serialization.h" #include "util/serialize.h" -#ifdef _MSC_VER +#ifdef _WIN32 #define ZLIB_WINAPI #endif #include "zlib.h"