summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/serialization.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialization.cpp b/src/serialization.cpp
index 118bad467..1fd75c97a 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 _WIN32
+#ifdef _MSC_VER
#define ZLIB_WINAPI
#endif
#include "zlib.h"