]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/execute.h
moving common code
[wxWidgets.git] / include / wx / unix / execute.h
index 7af0c519775d040194c595f7bd7f4ffb4f40fdfe..5f9c4f497dcecec28b54dc0813dfc2b7f6b40a89 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "wx/unix/pipe.h"
 
-class WXDLLIMPEXP_BASE wxProcess;
+class WXDLLIMPEXP_FWD_BASE wxProcess;
 class wxStreamTempInputBuffer;
 
 // if pid > 0, the execution is async and the data is freed in the callback
@@ -71,7 +71,7 @@ extern WXDLLIMPEXP_BASE void wxHandleProcessTermination(wxEndProcessData *proc_d
 // child process. The return valus is port-specific.
 extern WXDLLIMPEXP_CORE int wxAddProcessCallback(wxEndProcessData *proc_data, int fd);
 
-#if defined(__DARWIN__) && (defined(__WXMAC__) || defined(__WXCOCOA__))
+#if 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