X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f8218d7ca7c8913bfdf82cad2f7be117a662b0d..c5191fbd2b543de54aede153c2c6f8dee29119d1:/include/wx/utils.h 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