X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/498a1eeb8d044ef64815352ecabe4c223adf8c6a..32485259c1342115488d219776dfebeb3d4d81b1:/include/wx/utils.h diff --git a/include/wx/utils.h b/include/wx/utils.h index 9c73ab4214..d07359eca9 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -324,8 +324,10 @@ WXDLLIMPEXP_BASE bool wxHandleFatalExceptions(bool doit = true); #endif // wxUSE_ON_FATAL_EXCEPTION +#if wxABI_VERSION >= 20601 // Launch url in the user's default internet browser WXDLLIMPEXP_BASE bool wxLaunchDefaultBrowser(const wxString& url); +#endif // ---------------------------------------------------------------------------- // Environment variables