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
// wxLibrary
// ----------------------------------------------------------------------------
-class wxLibrary : public wxObject
+class WXDLLEXPORT wxLibrary : public wxObject
{
public:
wxHashTable classTable;
// wxLibraries
// ----------------------------------------------------------------------------
-class wxLibraries
+class WXDLLEXPORT wxLibraries
{
public:
wxLibraries();