[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:
Włodzimierz Skiba 2005-07-22 12:51:12 +00:00
parent 52abdc8300
commit 8cc3b2e982

View File

@ -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")