Revert "Don't use msvc libs for mingw build"

This reverts commit 3985c01ad7.
This commit is contained in:
kwolekr 2013-11-17 10:33:58 -05:00
parent 367b5382a3
commit a439aea9ba
1 changed files with 1 additions and 1 deletions

View File

@ -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"