#include "wx/msw/debughlp.h"
#include "wx/filename.h"
-const wxString wxDynamicLibrary::ms_dllext(wxT(".dll"));
-
// ----------------------------------------------------------------------------
// private classes
// ----------------------------------------------------------------------------
return hmod;
}
- return ::GetModuleHandle(name);
+ return ::GetModuleHandle(name.t_str());
}
#endif // wxUSE_DYNLIB_CLASS