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:
Paul Cornett 2009-09-30 15:38:23 +00:00
parent 3b2527c739
commit e33cd7e203

View File

@ -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() )
{