1
1
forked from 0ad/0ad

define ZLIB_DLL before zlib.h

This was SVN commit r1374.
This commit is contained in:
janwas 2004-11-22 00:17:37 +00:00
parent af56d5829b
commit b2ba38e7a4

View File

@ -45,7 +45,7 @@
//#define NO_ZLIB
#ifndef NO_ZLIB
# define ZLIB_WINAPI
# define ZLIB_DLL
# include <zlib.h>
# ifdef _MSC_VER