Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Don't use msvc libs for mingw build
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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" |
|
|