We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca4f09 commit 3985c01Copy full SHA for 3985c01
src/serialization.cpp
@@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
20
#include "serialization.h"
21
22
#include "util/serialize.h"
23
-#ifdef _WIN32
+#ifdef _MSC_VER
24
#define ZLIB_WINAPI
25
#endif
26
#include "zlib.h"
0 commit comments