From e7deac3aad394325f9e6fc6fda41d34ec94a59e0 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 19 May 2017 21:58:46 -0700 Subject: Switch comp.libs/tools and debug to new framework. Signed-off-by: Alexey Neyman --- patches/zlib/1.2.11/110-no-_wopen-cygwin.patch | 30 -------------------------- 1 file changed, 30 deletions(-) delete mode 100644 patches/zlib/1.2.11/110-no-_wopen-cygwin.patch (limited to 'patches/zlib/1.2.11/110-no-_wopen-cygwin.patch') diff --git a/patches/zlib/1.2.11/110-no-_wopen-cygwin.patch b/patches/zlib/1.2.11/110-no-_wopen-cygwin.patch deleted file mode 100644 index 6704e3e1..00000000 --- a/patches/zlib/1.2.11/110-no-_wopen-cygwin.patch +++ /dev/null @@ -1,30 +0,0 @@ -From a5e814c69315f3b7528418f6a5185c4f8a9dc250 Mon Sep 17 00:00:00 2001 -From: Alexey Neyman -Date: Wed, 15 Feb 2017 22:36:35 -0800 -Subject: [PATCH] Fix unresolved reference to _wopen on Cygwin - -The default Cygwin GCC/glibc do not provide _wopen. This seems to be -part of Win32API, which is provided by x86-w64-mingw32-gcc - but that -compiler does not define __CYGWIN__, it defines _WIN32. - -Signed-off-by: Alexey Neyman ---- - gzguts.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gzguts.h b/gzguts.h -index 990a4d2..6378d46 100644 ---- a/gzguts.h -+++ b/gzguts.h -@@ -39,7 +39,7 @@ - # include - #endif - --#if defined(_WIN32) || defined(__CYGWIN__) -+#if defined(_WIN32) - # define WIDECHAR - #endif - --- -2.9.3 - -- cgit v1.2.3