wxABI_VERSION >= 20601 for wxLaunchDefaultBrowser

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-07-18 11:17:03 +00:00
parent 0f8218d7ca
commit c447205527

View File

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