]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynlib.cpp
Solving link problem with 16 bits versions (wxProcessEvent, wxSpinEvent)
[wxWidgets.git] / src / common / dynlib.cpp
index 228cc67835076b870f01312eda39b99a06de11c9..a3158210e28d26848bc82e2519b66061f59e8938 100644 (file)
@@ -190,7 +190,6 @@ wxDllLoader::GetProgramHandle(void)
    // shl_findsymbol with NULL handle looks up in main program
    return 0; 
 #else
-#warning "Please implement this for your system!"
    wxFAIL_MSG(_("This method is not implemented under Windows or OS/2"));
    return 0;
 #endif
@@ -277,7 +276,7 @@ wxDllLoader::GetSymbol(wxDllType dllHandle, const wxString &name)
 // wxLibraries (only one instance should normally exist)
 // ---------------------------------------------------------------------------
 
-wxLibraries::wxLibraries()
+wxLibraries::wxLibraries():m_loaded(wxKEY_STRING)
 {
 }