Added WXDLLEXPORT symbol for DynLib classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
2000-05-17 16:45:01 +00:00
parent 05ba6762b5
commit b97a2c5385

View File

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