move wxLaunch* code in utilsx11.cpp as utilsunx.cpp is not compiled for wxCore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-01-09 11:55:12 +00:00
parent 166040cf59
commit 7e86b10b7b
3 changed files with 79 additions and 84 deletions

View File

@@ -942,7 +942,7 @@ void wxQsort(void *const pbase, size_t total_elems,
// implemented in a port-specific utils source file:
bool wxDoLaunchDefaultBrowser(const wxString& url, const wxString& scheme, int flags);
#elif defined(__UNIX__) || defined(__WXCOCOA__) || \
#elif defined(__WXX11__) || defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXCOCOA__) || \
(defined(__WXMAC__) && !defined(__WXOSX_IPHONE__))
// implemented in a port-specific utils source file: