Updates to xmlres.h to allow compiling XML code into a DLL correctly.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kendall Bennett
2001-06-12 19:49:51 +00:00
parent f91de7da18
commit 5ab8bd570e
2 changed files with 2 additions and 2 deletions

View File

@@ -198,7 +198,7 @@ private:
// Global instance of resource class. For your convenience.
extern wxXmlResource *wxTheXmlResource;
extern WXXMLDLLEXPORT wxXmlResource *wxTheXmlResource;
// This macro translates string identifier (as used in XML resource,
// e.g. <menuitem id="my_menu">...</menuitem>) to integer id that is needed by

View File

@@ -198,7 +198,7 @@ private:
// Global instance of resource class. For your convenience.
extern wxXmlResource *wxTheXmlResource;
extern WXXMLDLLEXPORT wxXmlResource *wxTheXmlResource;
// This macro translates string identifier (as used in XML resource,
// e.g. <menuitem id="my_menu">...</menuitem>) to integer id that is needed by