projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cca4f09
)
Don't use msvc libs for mingw build
author
sapier
<Sapier at GMX dot net>
Sun, 27 Oct 2013 12:13:40 +0000
(13:13 +0100)
committer
kwolekr
<kwolekr@minetest.net>
Sun, 17 Nov 2013 07:27:00 +0000
(
02:27
-0500)
src/serialization.cpp
patch
|
blob
|
history
diff --git
a/src/serialization.cpp
b/src/serialization.cpp
index 118bad467c91e880a3a1cecb0e9ed77dd678c65c..1fd75c97aae219608c67e9990ff595693cd1a07a 100644
(file)
--- 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"