From: mike Date: Thu, 24 Jan 2013 19:11:28 +0000 (+0000) Subject: Add zlib to libcups on Windows. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f8a2cb6591ce8b8985b73956d95c131f178ae87;p=thirdparty%2Fcups.git Add zlib to libcups on Windows. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10838 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/vcnet/config.h b/vcnet/config.h index bd73518e2d..80d7f57074 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -200,7 +200,7 @@ * Do we have ZLIB? */ -/* #undef HAVE_LIBZ */ +#define HAVE_LIBZ 1 /* diff --git a/vcnet/libcups2.vcproj b/vcnet/libcups2.vcproj index 6e12bdad8c..b20812256e 100644 --- a/vcnet/libcups2.vcproj +++ b/vcnet/libcups2.vcproj @@ -45,7 +45,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\vcnet;..;..\vcnet\regex" - PreprocessorDefinitions="WIN32;DEBUG;_DEBUG;_WINDOWS;_USRDLL;LIBCUPS2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS" + PreprocessorDefinitions="ZLIB_WINAPI;WIN32;DEBUG;_DEBUG;_WINDOWS;_USRDLL;LIBCUPS2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -67,7 +67,7 @@