mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[KERNEL32-CONSRV]
Remove the old implementation of GetConsoleInputWaitHandle which was commented-out for some time. [BASESRV] Correct few names. svn path=/branches/ros-csrss/; revision=58454
This commit is contained in:
@@ -425,13 +425,6 @@ typedef struct
|
||||
DWORD ShareMode;
|
||||
} CONSOLE_OPENCONSOLE, *PCONSOLE_OPENCONSOLE;
|
||||
|
||||
#if 0
|
||||
typedef struct
|
||||
{
|
||||
HANDLE InputWaitHandle;
|
||||
} CSRSS_GET_INPUT_WAIT_HANDLE, *PCSRSS_GET_INPUT_WAIT_HANDLE;
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Console hardware states.
|
||||
@@ -576,9 +569,6 @@ typedef struct _CONSOLE_API_MESSAGE
|
||||
CONSOLE_CLOSEHANDLE CloseHandleRequest;
|
||||
CONSOLE_VERIFYHANDLE VerifyHandleRequest;
|
||||
CONSOLE_DUPLICATEHANDLE DuplicateHandleRequest;
|
||||
#if 0
|
||||
CSRSS_GET_INPUT_WAIT_HANDLE GetConsoleInputWaitHandle;
|
||||
#endif
|
||||
|
||||
/* Cursor */
|
||||
CONSOLE_GETSETCURSORINFO CursorInfoRequest;
|
||||
|
||||
Reference in New Issue
Block a user