Skip to content

kernel32: Implement ReadConsoleInputEx

Jayson Reis requested to merge jaysonsantos/wine:ReadConsoleInputEx into master

This implements the method only with empty flags, nowait (0x2) and all flags on noremove(0x1) | nowait(0x2)

Merge request reports

Loading