From: Włodzimierz Skiba Date: Fri, 22 Jul 2005 12:51:12 +0000 (+0000) Subject: [1242443] wxUSE_UNICODE fix for wxLaunchDefaultBrowser. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8cc3b2e9821e9d20071d3f70cec17439554696ee [1242443] wxUSE_UNICODE fix for wxLaunchDefaultBrowser. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp index 04bac3aa0a..eec174a934 100644 --- a/src/common/utilscmn.cpp +++ b/src/common/utilscmn.cpp @@ -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")