server: Enhanced the console input object so that it doesn't require a wineconsole to be running.
diff --git a/server/protocol.def b/server/protocol.def
index 00a1d92..7ed3886 100644
--- a/server/protocol.def
+++ b/server/protocol.def
@@ -1137,6 +1137,7 @@
unsigned int access; /* wanted access rights */
unsigned int attributes; /* object attributes */
process_id_t pid; /* pid of process which shall be attached to the console */
+ int input_fd; /* if pid=-1 (bare console to current process), fd for input */
@REPLY
obj_handle_t handle_in; /* handle to console input */
obj_handle_t event; /* handle to renderer events change notification */