Integrate wxWidgets changes to upstream zlib sources

This is limited to including wx/setup.h under macOS.
This commit is contained in:
Vadim Zeitlin 2017-11-10 03:41:38 +01:00
parent cacf7f1d4e
commit c7955ffb6e

View File

@ -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.