]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/execute.h
SmartPhone windows are always maximized: Patch 942118
[wxWidgets.git] / include / wx / unix / execute.h
index fd4d0269042d74af29e40c5aba67dd8cc5cb0df6..9bb61aedd554bcadf6ddf5cd4a4489a5fedd00f5 100644 (file)
@@ -71,7 +71,9 @@ 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__) && defined(__WXMAC__)
 // For ports (e.g. DARWIN) which can add callbacks based on the pid
 extern int wxAddProcessCallbackForPid(wxEndProcessData *proc_data, int pid);
+#endif
 
 #endif // _WX_UNIX_EXECUTE_H