From 6129e31b96f31521a79f5dfd7968f0cf0decb200 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 14 Dec 2010 01:56:24 +0200 Subject: better graphics, zlib to work on vc++ --- src/serialization.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/serialization.cpp') diff --git a/src/serialization.cpp b/src/serialization.cpp index eb80f3c60..c324ca0fd 100644 --- a/src/serialization.cpp +++ b/src/serialization.cpp @@ -19,6 +19,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "serialization.h" #include "utility.h" +#ifdef _WIN32 + #define ZLIB_WINAPI +#endif #include "zlib.h" /* report a zlib or i/o error */ -- cgit v1.2.3