X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab708d5defa637ac6f284f94acb706d13cd15eb1..9d8c2f419f522408a922277df330d4c4511befb9:/contrib/src/xml/xml.cpp 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); }