]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
fix for wxLongLong division test (patch 1233771)
[wxWidgets.git] / src / common / utilscmn.cpp
index 04bac3aa0af32ff26f291ecf905d2ea66195db0f..eec174a934f7953413731cb56c5395c6e775a027 100644 (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")