]> git.saurik.com Git - wxWidgets.git/commitdiff
Updates to xmlres.h to allow compiling XML code into a DLL correctly.
authorKendall Bennett <KendallB@scitechsoft.com>
Tue, 12 Jun 2001 19:49:51 +0000 (19:49 +0000)
committerKendall Bennett <KendallB@scitechsoft.com>
Tue, 12 Jun 2001 19:49:51 +0000 (19:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/include/wx/xrc/xmlres.h
include/wx/xrc/xmlres.h

index 61247013fa5d60f1321d78025e531668b0a52896..32f45bcd015db7ef3203e6a3cfd396ce46279434 100644 (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
index 61247013fa5d60f1321d78025e531668b0a52896..32f45bcd015db7ef3203e6a3cfd396ce46279434 100644 (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