kernel32: add stub for GetConsoleDisplayMode() et al
1 Apr
2008
1 Apr
'08
9:58 a.m.
Hi, In the first patch of the series you really implement SetConsoleDisplayMode() instead of GetConsoleDisplayMode(), don't you? And it is dangerous to return success in pure stub functions, especially GetConsoleDisplayMode(). Returning FALSE and setting last error to ERROR_CALL_NOT_IMPLEMENTED will be much better. -- Kirill
6465
Age (days ago)
6465
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kirill K. Smirnov