X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/7374c7790ee32f36855e4257eb15d2fe43e277ea..b08600c44afcea44391d6a351e5b4107a1d8309d:/windows/winstuff.h diff --git a/windows/winstuff.h b/windows/winstuff.h index 9244c75c..2cc0bb9a 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -410,6 +410,7 @@ void init_ucs(Config *, struct unicode_data *); */ #define HANDLE_FLAG_OVERLAPPED 1 #define HANDLE_FLAG_IGNOREEOF 2 +#define HANDLE_FLAG_UNITBUFFER 4 struct handle; typedef int (*handle_inputfn_t)(struct handle *h, void *data, int len); typedef void (*handle_outputfn_t)(struct handle *h, int new_backlog);