git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18287
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_handle = handle;
// Some system may use a local heap for library.
m_handle = handle;
// Some system may use a local heap for library.
- get_first = (t_get_first)GetSymbol("wxGetClassFirst");
+ get_first = (t_get_first)GetSymbol(_T("wxGetClassFirst"));
// It is a wxWindows DLL.
if (get_first)
PrepareClasses(get_first());
// It is a wxWindows DLL.
if (get_first)
PrepareClasses(get_first());