]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsunx.cpp
Replaced 'InlineHelp' property attribute with 'Hint'; Use SetHint() wxTextCtrl and...
[wxWidgets.git] / src / unix / utilsunx.cpp
index 18bea9bdef0163ffc782f8f1e38654411585f162..2e9973b6da81370f3a26771f0e860aab904f1b64 100644 (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() )
     {