mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
1c20782ea4
* [angle] Update to chromium/4472 * Run x-add-version angle
14 lines
388 B
Diff
14 lines
388 B
Diff
diff --git a/google/compression_utils_portable.h b/google/compression_utils_portable.h
|
|
--- a/google/compression_utils_portable.h
|
|
+++ b/google/compression_utils_portable.h
|
|
@@ -13,6 +13,9 @@
|
|
* zlib.
|
|
*/
|
|
#if defined(USE_SYSTEM_ZLIB)
|
|
+# if defined(WIN32) && defined(FAR)
|
|
+# undef FAR
|
|
+# endif
|
|
#include <zlib.h>
|
|
/* AOSP build requires relative paths. */
|
|
#else
|