]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsunx.cpp
osx regrouping
[wxWidgets.git] / src / unix / utilsunx.cpp
index 23b2b17a36478a39140a4404d5e6af1fa176b924..0d1cf550459c3a254ada704618ff96efda7185ba 100644 (file)
@@ -477,7 +477,7 @@ long wxExecute(char **argv, int flags, wxProcess *process)
                     _T("wxExecute() can be called only from the main thread") );
 #endif // wxUSE_THREADS
 
-#if defined(__DARWIN__)
+#if defined(__WXCOCOA__) || ( defined(__WXOSX_MAC__) && wxOSX_USE_COCOA_OR_CARBON )
     // wxMacLaunch() only executes app bundles and only does it asynchronously.
     // It returns false if the target is not an app bundle, thus falling
     // through to the regular code for non app bundles.