[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:
parent
52abdc8300
commit
8cc3b2e982
@ -604,7 +604,7 @@ bool wxLaunchDefaultBrowser(const wxString& url)
|
||||
(LPShellExecute) ::GetProcAddress(hShellDll,
|
||||
wxString::Format(wxT("ShellExecute%s"),
|
||||
|
||||
#ifdef __WXUNICODE__
|
||||
#if wxUSE_UNICODE
|
||||
wxT("W")
|
||||
#else
|
||||
wxT("A")
|
||||
|
Loading…
Reference in New Issue
Block a user