]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dlmsw.cpp
missing commit
[wxWidgets.git] / src / msw / dlmsw.cpp
index b8363c605bdedc3b3783fcb5a78d260f047d6eb0..5b028a41162a58636f475073628c008209303198 100644 (file)
@@ -29,8 +29,6 @@
 #include "wx/msw/debughlp.h"
 #include "wx/filename.h"
 
-const wxString wxDynamicLibrary::ms_dllext(wxT(".dll"));
-
 // ----------------------------------------------------------------------------
 // private classes
 // ----------------------------------------------------------------------------
@@ -377,7 +375,7 @@ WXHMODULE wxDynamicLibrary::MSWGetModuleHandle(const wxString& name, void *addr)
             return hmod;
     }
 
-    return ::GetModuleHandle(name);
+    return ::GetModuleHandle(name.t_str());
 }
 
 #endif // wxUSE_DYNLIB_CLASS