git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33832
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
LPShellExecute lpShellExecute =
(LPShellExecute) ::GetProcAddress(hShellDll,
wxString::Format(wxT("ShellExecute%s"),
LPShellExecute lpShellExecute =
(LPShellExecute) ::GetProcAddress(hShellDll,
wxString::Format(wxT("ShellExecute%s"),
#ifdef __WXUNICODE__
wxT("W")
#else
wxT("A")
#endif
#ifdef __WXUNICODE__
wxT("W")
#else
wxT("A")
#endif
+#else
+ ).mb_str(wxConvLocal)
+#endif
+ );
if(lpShellExecute == NULL)
return false;
if(lpShellExecute == NULL)
return false;