summary refs log tree commit diff
path: root/pkgs/development/libraries/zlib/disable-cygwin-widechar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/zlib/disable-cygwin-widechar.patch')
-rw-r--r--pkgs/development/libraries/zlib/disable-cygwin-widechar.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/development/libraries/zlib/disable-cygwin-widechar.patch b/pkgs/development/libraries/zlib/disable-cygwin-widechar.patch
deleted file mode 100644
index 3de4978c30661..0000000000000
--- a/pkgs/development/libraries/zlib/disable-cygwin-widechar.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-