Skip to content

Commit 3985c01

Browse files
sapierkwolekr
sapier
authored andcommittedNov 17, 2013
Don't use msvc libs for mingw build
1 parent cca4f09 commit 3985c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/serialization.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2020
#include "serialization.h"
2121

2222
#include "util/serialize.h"
23-
#ifdef _WIN32
23+
#ifdef _MSC_VER
2424
#define ZLIB_WINAPI
2525
#endif
2626
#include "zlib.h"

0 commit comments

Comments
 (0)
Please sign in to comment.