build fix for wxUSE_SOCKETS==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3b2527c739
commit
e33cd7e203
@ -1412,7 +1412,7 @@ int wxAppTraits::WaitForChild(wxExecuteData& execData)
|
||||
}
|
||||
//else: synchronous execution case
|
||||
|
||||
#if HAS_PIPE_INPUT_STREAM
|
||||
#if HAS_PIPE_INPUT_STREAM && wxUSE_SOCKETS
|
||||
wxProcess * const process = execData.process;
|
||||
if ( process && process->IsRedirected() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user