From c7955ffb6e88050487d46928f0701d94e4f0dd32 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 10 Nov 2017 03:41:38 +0100 Subject: [PATCH] Integrate wxWidgets changes to upstream zlib sources This is limited to including wx/setup.h under macOS. --- zconf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zconf.h b/zconf.h index 5e1d68a..dda00da 100644 --- a/zconf.h +++ b/zconf.h @@ -8,6 +8,11 @@ #ifndef ZCONF_H #define ZCONF_H +#ifdef __APPLE__ +/* use wxWidgets' configure */ +#include "wx/setup.h" +#endif + /* * If you *really* need a unique prefix for all types and library functions, * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.