commit | ff58be5c7f5a54d8da7d0e8ca794e8ebf12a9ed6 | [log] [tgz] |
---|---|---|
author | Mike McCormack <mike_mccormack@start.com.au> | Thu Oct 04 16:18:15 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 04 16:18:15 2001 +0000 |
tree | f4f784a025885e6869ccd8cc9f32a984efaa12b0 | |
parent | 840434acd0dc928681be303397564387c51fdd92 [diff] [blame] |
Fetch a handle type in FILE_GetUnixHandle.
diff --git a/server/protocol.def b/server/protocol.def index 010d2ed..e519beb 100644 --- a/server/protocol.def +++ b/server/protocol.def
@@ -526,7 +526,12 @@ unsigned int access; /* wanted access rights */ @REPLY int fd; /* file descriptor */ + int type; /* the type of file */ @END +#define FD_TYPE_INVALID 0 +#define FD_TYPE_DEFAULT 1 +#define FD_TYPE_CONSOLE 2 +#define FD_TYPE_OVERLAPPED 3 /* Set a file current position */