moved XML classes to the core

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-20 22:12:55 +00:00
parent 9ed8bee9e1
commit a90d7e684a
9 changed files with 56 additions and 608 deletions

View File

@@ -26,7 +26,15 @@
#include "wx/icon.h"
#include "wx/artprov.h"
#include "wx/xrc/xml.h"
#include "wx/xml/xml.h"
#ifdef WXMAKINGDLL_XRC
#define WXDLLIMPEXP_XRC WXEXPORT
#elif defined(WXUSINGDLL)
#define WXDLLIMPEXP_XRC WXIMPORT
#else // not making nor using DLL
#define WXDLLIMPEXP_XRC
#endif
class WXDLLEXPORT wxMenu;
class WXDLLEXPORT wxMenuBar;