Skip to content

Commit a439aea

Browse files
committedNov 17, 2013
Revert "Don't use msvc libs for mingw build"
This reverts commit 3985c01.
1 parent 367b538 commit a439aea

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 _MSC_VER
23+
#ifdef _WIN32
2424
#define ZLIB_WINAPI
2525
#endif
2626
#include "zlib.h"

0 commit comments

Comments
 (0)