[1242443] wxUSE_UNICODE fix for wxLaunchDefaultBrowser.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -604,7 +604,7 @@ bool wxLaunchDefaultBrowser(const wxString& url)
|
|||||||
(LPShellExecute) ::GetProcAddress(hShellDll,
|
(LPShellExecute) ::GetProcAddress(hShellDll,
|
||||||
wxString::Format(wxT("ShellExecute%s"),
|
wxString::Format(wxT("ShellExecute%s"),
|
||||||
|
|
||||||
#ifdef __WXUNICODE__
|
#if wxUSE_UNICODE
|
||||||
wxT("W")
|
wxT("W")
|
||||||
#else
|
#else
|
||||||
wxT("A")
|
wxT("A")
|
||||||
|
Reference in New Issue
Block a user