wxUSE_XML and wxUSE_XRC build fixes if expat is not enabled

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-09-22 21:23:46 +00:00
parent eccd56020f
commit da86e17765
41 changed files with 77 additions and 73 deletions

View File

@@ -19,7 +19,7 @@
#pragma hdrstop
#endif
#if wxUSE_XRC
#if wxUSE_XML && wxUSE_XRC
#include "wx/dialog.h"
#include "wx/panel.h"