X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4f21fece223af4a1185c0e07fc3f18d5edf3beb..fd9f42b6a94f9d68c66cf363093442b12cd4e953:/src/xml/xml.cpp diff --git a/src/xml/xml.cpp b/src/xml/xml.cpp index ed0b3c0b07..2f95a43118 100644 --- a/src/xml/xml.cpp +++ b/src/xml/xml.cpp @@ -32,6 +32,10 @@ #include "expat.h" // from Expat +// DLL options compatibility check: +#include "wx/app.h" +WX_CHECK_BUILD_OPTIONS("wxXML") + //----------------------------------------------------------------------------- // wxXmlNode //-----------------------------------------------------------------------------