fixed wxHAS_GENERIC_PROCESS_CALLBACK check to use #ifdef, not #if
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1440,7 +1440,7 @@ int wxGUIAppTraits::WaitForChild(wxExecuteData& execData)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if wxHAS_GENERIC_PROCESS_CALLBACK
|
#ifdef wxHAS_GENERIC_PROCESS_CALLBACK
|
||||||
struct wxEndProcessFDIOHandler : public wxFDIOHandler
|
struct wxEndProcessFDIOHandler : public wxFDIOHandler
|
||||||
{
|
{
|
||||||
wxEndProcessFDIOHandler(wxEndProcessData *data, int fd)
|
wxEndProcessFDIOHandler(wxEndProcessData *data, int fd)
|
||||||
|
Reference in New Issue
Block a user