Support Unicode module names in wxDynamicLibrary::MSWGetModuleHandle().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Apr 2013 14:15:31 +0000 (14:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Apr 2013 14:15:31 +0000 (14:15 +0000)
commit252e3b2c29ccc679a2ab45022196ac3f61a97fa2
treea27d36c55a486767ff69bb625ae4260906e668e1
parent5b452409148f4f5932c7821ca7185ea0225fa164
Support Unicode module names in wxDynamicLibrary::MSWGetModuleHandle().

The module names are not necessarily ASCII strings, so use wxString instead of
"char*" and W-version of GetModuleHandle() if appropriate.

See #15138.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dynlib.h
src/msw/dlmsw.cpp