1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Don't use msvc libs for mingw build

This commit is contained in:
sapier 2013-10-27 13:13:40 +01:00 committed by kwolekr
parent cca4f09ba1
commit 3985c01ad7

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