1
0
zrcadlo https://github.com/luanti-org/luanti.git synchronizováno 2025-11-05 09:45:30 +01:00

Don't use msvc libs for mingw build

Tento commit je obsažen v:
sapier
2013-10-27 13:13:40 +01:00
odevzdal kwolekr
rodič cca4f09ba1
revize 3985c01ad7

Zobrazit soubor

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