mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Don't use msvc libs for mingw build
This commit is contained in:
parent
cca4f09ba1
commit
3985c01ad7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
#include "serialization.h"
|
#include "serialization.h"
|
||||||
|
|
||||||
#include "util/serialize.h"
|
#include "util/serialize.h"
|
||||||
#ifdef _WIN32
|
#ifdef _MSC_VER
|
||||||
#define ZLIB_WINAPI
|
#define ZLIB_WINAPI
|
||||||
#endif
|
#endif
|
||||||
#include "zlib.h"
|
#include "zlib.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue