fixed for w/o expat

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2005-04-16 21:42:17 +00:00
parent f2ccce28ad
commit 204d3530fd
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
#include "wx/defs.h" #include "wx/defs.h"
#if wxUSE_DEBUGREPORT #if wxUSE_DEBUGREPORT && wxUSE_XML
class WXDLLIMPEXP_XML wxXmlNode; class WXDLLIMPEXP_XML wxXmlNode;

View File

@@ -29,7 +29,7 @@
#include "wx/textctrl.h" #include "wx/textctrl.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#if wxUSE_DEBUGREPORT #if wxUSE_DEBUGREPORT && wxUSE_XML
#include "wx/debugrpt.h" #include "wx/debugrpt.h"