Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Don't use msvc libs for mingw build"
This reverts commit 3985c01.
  • Loading branch information
kwolekr committed Nov 17, 2013
1 parent 367b538 commit a439aea
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 _MSC_VER
#ifdef _WIN32
#define ZLIB_WINAPI
#endif
#include "zlib.h"
Expand Down

0 comments on commit a439aea

Please sign in to comment.