Files
conan-build/recipes/zlib/all/patches/1.2.x/0003-gzguts-fix-widechar-condition.patch
2024-11-22 17:15:46 +03:00

14 lines
235 B
Diff

diff --git a/gzguts.h b/gzguts.h
index 990a4d2..6378d46 100644
--- a/gzguts.h
+++ b/gzguts.h
@@ -39,7 +39,7 @@
# include <io.h>
#endif
-#if defined(_WIN32) || defined(__CYGWIN__)
+#if defined(_WIN32)
# define WIDECHAR
#endif