kernel32: add stub for GetConsoleDisplayMode() et al

Kirill K. Smirnov lich at math.spbu.ru
Tue Apr 1 04:58:25 CDT 2008


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



More information about the wine-devel mailing list