diff --git a/sc2/src/sc2code/libs/uio/zip/zip.h b/sc2/src/sc2code/libs/uio/zip/zip.h index 7e79ea955..0c02f385e 100644 --- a/sc2/src/sc2code/libs/uio/zip/zip.h +++ b/sc2/src/sc2code/libs/uio/zip/zip.h @@ -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 #include #include