From ab34dd411974628c368c7174245dafdd294688fc Mon Sep 17 00:00:00 2001 From: Clifford Yapp <238416+starseeker@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:13:45 -0500 Subject: [PATCH] Adjust zlib.h include in zlib1.rc --- zlib/zlib.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zlib/zlib.patch b/zlib/zlib.patch index 30c78b4a..608fe02e 100644 --- a/zlib/zlib.patch +++ b/zlib/zlib.patch @@ -200,6 +200,16 @@ diff -Naur zlib/inftrees.c ZLIB_BLD/inftrees.c /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot +diff -Naur zlib/win32/zlib1.rc ZLIB_BLD/win32/zlib1.rc +--- zlib/win32/zlib1.rc 2024-03-06 19:12:16.939923796 -0500 ++++ ZLIB_BLD/win32/zlib1.rc 2024-03-06 19:12:32.387672768 -0500 +@@ -1,5 +1,5 @@ + #include +-#include "../zlib.h" ++#include "zlib.h" + + #ifdef GCC_WINDRES + VS_VERSION_INFO VERSIONINFO diff -Naur zlib/zconf.h ZLIB_BLD/zconf.h --- zlib/zconf.h 2024-03-06 10:40:23.317104725 -0500 +++ ZLIB_BLD/zconf.h 1969-12-31 19:00:00.000000000 -0500