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:
Václav Slavík
2007-12-20 19:34:58 +00:00
parent 57c5c10fb3
commit df405da528

View File

@@ -1440,7 +1440,7 @@ int wxGUIAppTraits::WaitForChild(wxExecuteData& execData)
}
}
#if wxHAS_GENERIC_PROCESS_CALLBACK
#ifdef wxHAS_GENERIC_PROCESS_CALLBACK
struct wxEndProcessFDIOHandler : public wxFDIOHandler
{
wxEndProcessFDIOHandler(wxEndProcessData *data, int fd)