From c447205527920a5c08601d042196173d59924fcb Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Mon, 18 Jul 2005 11:17:03 +0000 Subject: [PATCH] wxABI_VERSION >= 20601 for wxLaunchDefaultBrowser git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/utils.h b/include/wx/utils.h index 619ba3c216..d07359eca9 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -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 -- 2.45.2