mirror of
https://github.com/reactos/reactos.git
synced 2026-05-19 00:06:48 +08:00
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.