X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7742efff20a96c52bf18c38da606e6522e728877..3372145d9daa42f680fc5aab7eb00e82d587c5a0:/src/common/dynlib.cpp diff --git a/src/common/dynlib.cpp b/src/common/dynlib.cpp index 228cc67835..a3158210e2 100644 --- a/src/common/dynlib.cpp +++ b/src/common/dynlib.cpp @@ -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) { }