]> git.saurik.com Git - wxWidgets.git/commitdiff
Added WXDLLEXPORT symbol for DynLib classes
authorGuilhem Lavaux <lavaux@easynet.fr>
Wed, 17 May 2000 16:45:01 +0000 (16:45 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Wed, 17 May 2000 16:45:01 +0000 (16:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dynlib.h

index 313180829c1f24ce3adf377abcf06c6b9fa46b1d..0e29afa623c5965dde6dc4ab96bb7a39d50af114 100644 (file)
@@ -70,7 +70,7 @@
     There are no instances of this class, it simply serves as a
     namespace for its static member functions.
 */
-class wxDllLoader
+class WXDLLEXPORT wxDllLoader
 {
 public:
     /** This function loads a shared library into memory, with libname
@@ -103,7 +103,7 @@ private:
 // wxLibrary
 // ----------------------------------------------------------------------------
 
-class wxLibrary : public wxObject
+class WXDLLEXPORT wxLibrary : public wxObject
 {
 public:
     wxHashTable classTable;
@@ -130,7 +130,7 @@ protected:
 // wxLibraries
 // ----------------------------------------------------------------------------
 
-class wxLibraries
+class WXDLLEXPORT wxLibraries
 {
 public:
     wxLibraries();