Don't use ZLIB_WINAPI if the required DLL is not provided to CMake
authorsfan5 <sfan5@live.de>
Tue, 20 Sep 2016 19:40:05 +0000 (21:40 +0200)
committersfan5 <sfan5@live.de>
Wed, 21 Sep 2016 18:16:31 +0000 (20:16 +0200)
commitaf4c2107e0e893077deaec7b068b2e4e3e6932c6
treec4bacaa6229370fd189ee95c43c96aa14bb4ef25
parent3a57e525009ade2aa039b0bab33e4b10eda36bf4
Don't use ZLIB_WINAPI if the required DLL is not provided to CMake

This allows you to use an stdcall zlib (zlib1.dll instead of zlibwapi.dll)
when building Minetest for win32.
src/CMakeLists.txt
src/serialization.cpp