Cure link error under wxGTK on Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@25061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,7 +28,10 @@ extern void wxHandleProcessTermination(wxEndProcessData *proc_data);
|
|||||||
// this function is called to associate the port-specific callback with the
|
// this function is called to associate the port-specific callback with the
|
||||||
// child process. The return valus is port-specific.
|
// child process. The return valus is port-specific.
|
||||||
extern int wxAddProcessCallback(wxEndProcessData *proc_data, int fd);
|
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
|
// 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 // _WX_UNIX_EXECUTE_H
|
#endif // _WX_UNIX_EXECUTE_H
|
||||||
|
Reference in New Issue
Block a user