X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab708d5defa637ac6f284f94acb706d13cd15eb1..fdca68a6708f970cdff275d1dafc1622e23dc4f8:/contrib/src/xml/xml.cpp?ds=inline diff --git a/contrib/src/xml/xml.cpp b/contrib/src/xml/xml.cpp index 022ab9b9a4..5f722221b0 100644 --- a/contrib/src/xml/xml.cpp +++ b/contrib/src/xml/xml.cpp @@ -406,7 +406,9 @@ void wxXmlDocument::CleanUpHandlers() void wxXmlDocument::InitStandardHandlers() { AddHandler(new wxXmlIOHandlerBin); +#if wxUSE_ZLIB AddHandler(new wxXmlIOHandlerBinZ); +#endif AddHandler(new wxXmlIOHandlerExpat); AddHandler(new wxXmlIOHandlerWriter); }