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:
367b538
)
Revert "Don't use msvc libs for mingw build"
author
kwolekr
<kwolekr@minetest.net>
Sun, 17 Nov 2013 15:33:58 +0000
(10:33 -0500)
committer
kwolekr
<kwolekr@minetest.net>
Sun, 17 Nov 2013 15:33:58 +0000
(10:33 -0500)
This reverts commit
3985c01ad71159b888677d0fe2019d7a05debeed
.
src/serialization.cpp
patch
|
blob
|
history
diff --git
a/src/serialization.cpp
b/src/serialization.cpp
index 1fd75c97aae219608c67e9990ff595693cd1a07a..118bad467c91e880a3a1cecb0e9ed77dd678c65c 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 _
MSC_VER
+#ifdef _
WIN32
#define ZLIB_WINAPI
#endif
#include "zlib.h"