diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-12-14 01:56:24 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-14 01:56:24 +0200 |
commit | 6129e31b96f31521a79f5dfd7968f0cf0decb200 (patch) | |
tree | a8369cc5d835e6fd762f7763a365a68160024e3f /src/serialization.cpp | |
parent | 47f76d8a5122767337f0c7b75c5c44a01c418141 (diff) | |
download | minetest-6129e31b96f31521a79f5dfd7968f0cf0decb200.tar.gz minetest-6129e31b96f31521a79f5dfd7968f0cf0decb200.tar.bz2 minetest-6129e31b96f31521a79f5dfd7968f0cf0decb200.zip |
better graphics, zlib to work on vc++
Diffstat (limited to 'src/serialization.cpp')
-rw-r--r-- | src/serialization.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |