Skip to content

Commit

Permalink
Don't use msvc libs for mingw build
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and kwolekr committed Nov 17, 2013
1 parent cca4f09 commit 3985c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serialization.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit 3985c01

Please sign in to comment.