wxUSE_XRC implies wxUSE_XML now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "wx/xrc/xmlres.h"
|
||||
|
||||
#if wxUSE_XML && wxUSE_XRC
|
||||
#if wxUSE_XRC
|
||||
|
||||
|
||||
class WXDLLIMPEXP_XRC wxBitmapButtonXmlHandler : public wxXmlResourceHandler
|
||||
@@ -29,7 +29,7 @@ public:
|
||||
virtual bool CanHandle(wxXmlNode *node);
|
||||
};
|
||||
|
||||
#endif //wxUSE_XML && wxUSE_XRC
|
||||
#endif // wxUSE_XRC
|
||||
|
||||
|
||||
#endif // _WX_XH_BMPBT_H_
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_XML && wxUSE_XRC
|
||||
#if wxUSE_XRC
|
||||
|
||||
#include "wx/string.h"
|
||||
#include "wx/dynarray.h"
|
||||
@@ -492,6 +492,6 @@ public:
|
||||
#define GetXMLID GetXRCID
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_XML && wxUSE_XRC
|
||||
#endif // wxUSE_XRC
|
||||
|
||||
#endif // _WX_XMLRES_H_
|
||||
|
Reference in New Issue
Block a user