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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user