commit | 133b8bc3edea8b0ddaaf812b2fdcbf20e244ec85 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Apr 23 15:13:22 2007 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 23 15:13:22 2007 +0200 |
tree | 69049f0d1ee33cecabdb6ee2e8766d37e3c46729 | |
parent | 96432dfe4b2b3007c928bf8fb6faba4c2c8f400e [diff] [blame] |
server: Return a more correct fd type for anonymous files.
diff --git a/server/protocol.def b/server/protocol.def index 02dee2d..8e50119 100644 --- a/server/protocol.def +++ b/server/protocol.def
@@ -897,6 +897,7 @@ FD_TYPE_SERIAL, /* serial port */ FD_TYPE_PIPE, /* named pipe */ FD_TYPE_MAILSLOT, /* mailslot */ + FD_TYPE_CHAR, /* unspecified char device */ FD_TYPE_DEVICE, /* Windows device file */ FD_TYPE_NB_TYPES };