Integrate wxWidgets changes to upstream zlib sources
This is limited to including wx/setup.h under macOS.
This commit is contained in:
parent
cacf7f1d4e
commit
c7955ffb6e
5
zconf.h
5
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.
|
||||
|
Loading…
Reference in New Issue
Block a user