* fhandler.h (dev_console::b): Redefine as CONSOLE_SCREEN_BUFFER_INFO for use
with older OS. * fhandler_console.cc (dev_console::fillin): Ditto for GetConsoleScreenBufferInfo.
This commit is contained in:
@@ -1294,7 +1294,7 @@ class dev_console
|
||||
short Bottom;
|
||||
} scroll_region;
|
||||
|
||||
CONSOLE_SCREEN_BUFFER_INFOEX b;
|
||||
CONSOLE_SCREEN_BUFFER_INFO b;
|
||||
COORD dwWinSize;
|
||||
COORD dwEnd;
|
||||
|
||||
|
Reference in New Issue
Block a user