]> git.saurik.com Git - wxWidgets.git/commitdiff
wxABI_VERSION >= 20601 for wxLaunchDefaultBrowser
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 18 Jul 2005 11:17:03 +0000 (11:17 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 18 Jul 2005 11:17:03 +0000 (11:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/utils.h

index 619ba3c216184f5ed5eda73142d489d8044b6edd..d07359eca9aced34f9e94ce57d5bfe1d0fd8997f 100644 (file)
@@ -324,7 +324,7 @@ WXDLLIMPEXP_BASE bool wxHandleFatalExceptions(bool doit = true);
 
 #endif // wxUSE_ON_FATAL_EXCEPTION
 
-#if wxABI_VERSION > 20601
+#if wxABI_VERSION >= 20601
 // Launch url in the user's default internet browser
 WXDLLIMPEXP_BASE bool wxLaunchDefaultBrowser(const wxString& url);
 #endif