X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16cba29d3a5a0a95b367382311a4a7a9a9833210..32485259c1342115488d219776dfebeb3d4d81b1:/include/wx/utils.h?ds=sidebyside diff --git a/include/wx/utils.h b/include/wx/utils.h index 30b4b59816..d07359eca9 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -324,6 +324,11 @@ 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 // ----------------------------------------------------------------------------