]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/execute.h
Fix for the fix for wxChoice selection.
[wxWidgets.git] / include / wx / unix / execute.h
index 225a4c188bdb774fd4e9148487ae6e2be84f02d3..745674ec601fddb45ca54f59dc7645056ef2077c 100644 (file)
@@ -71,7 +71,7 @@ extern void wxHandleProcessTermination(wxEndProcessData *proc_data);
 // child process. The return valus is port-specific.
 extern int wxAddProcessCallback(wxEndProcessData *proc_data, int fd);
 
-#if defined(__DARWIN__)
+#if defined(__DARWIN__) && (defined(__WXMAC__) || defined(__WXCOCOA__))
 // For ports (e.g. DARWIN) which can add callbacks based on the pid
 extern int wxAddProcessCallbackForPid(wxEndProcessData *proc_data, int pid);
 #endif