[KERNEL32][PSDK][NTVDM][CONSRV] Use now-documented ReadConsoleInputEx() flag names.

Addendum to commit b8b8819c7 (r60920)

ReadConsoleInputEx() and its flags used to be undocumented.
In the meantime they became documented on MSDN, see:
https://learn.microsoft.com/en-us/windows/console/readconsoleinputex

We can therefore adopt these now-documented flag names.
This commit is contained in:
Hermès Bélusca-Maïto 2024-03-06 12:22:40 +01:00
parent c0dbde0436
commit 3a49e26f13
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
4 changed files with 8 additions and 8 deletions

View file

@ -119,8 +119,8 @@ extern "C" {
/*
* Read input flags
*/
#define CONSOLE_READ_KEEPEVENT 0x0001
#define CONSOLE_READ_CONTINUE 0x0002
#define CONSOLE_READ_NOREMOVE 0x0001
#define CONSOLE_READ_NOWAIT 0x0002
/*
* Event types