Removed zlib defines in preparation for move to zlib1.lib

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1655 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-04-19 22:54:00 +00:00
parent bbe9ac102f
commit 5f43c8fc10
-10
View File
@@ -33,16 +33,6 @@ typedef struct uio_GPDirEntries_Iterator *uio_NativeEntriesContext;
#include "../types.h"
#include "../fileblock.h"
#ifdef _MSC_VER
// these are needed to avoid zlib linking problems in VC
#ifndef ZLIB_WINAPI
#define ZLIB_WINAPI
#endif
#ifndef ZLIB_DLL
#define ZLIB_DLL
#endif
#endif
#include <zlib.h>
#include <sys/types.h>
#include <sys/stat.h>