easier expression
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -71,7 +71,7 @@ extern WXDLLIMPEXP_BASE void wxHandleProcessTermination(wxEndProcessData *proc_d
 | 
				
			|||||||
// child process. The return valus is port-specific.
 | 
					// child process. The return valus is port-specific.
 | 
				
			||||||
extern WXDLLIMPEXP_CORE int wxAddProcessCallback(wxEndProcessData *proc_data, int fd);
 | 
					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
 | 
					// For ports (e.g. DARWIN) which can add callbacks based on the pid
 | 
				
			||||||
extern int wxAddProcessCallbackForPid(wxEndProcessData *proc_data, int pid);
 | 
					extern int wxAddProcessCallbackForPid(wxEndProcessData *proc_data, int pid);
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user