X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=pipe.h;h=a8b086bd55783bc2142efc292adeff20a869c6b0;hp=e90a4dbce6709fb697b2f30f11e800d8180352f7;hb=8c255c15cc55a2e5254152c8e07a8ab45b22b7af;hpb=8c1404cd360afdaba0b47685c1d482ba3356dbb1 diff --git a/pipe.h b/pipe.h index e90a4db..a8b086b 100644 --- a/pipe.h +++ b/pipe.h @@ -4,6 +4,9 @@ // includes #include +#include +#include +#include // constants @@ -19,6 +22,7 @@ const int LINE_INPUT_MAX_CHAR = 10*4096; struct PipeStruct { HANDLE hInput, hOutput; + FILE *fpInput; HANDLE hProcess; HANDLE hThread; HANDLE hEvent;