* windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
authorPierre Muller <muller@sourceware.org>
Mon, 31 May 2010 07:00:41 +0000 (07:00 +0000)
committerPierre Muller <muller@sourceware.org>
Mon, 31 May 2010 07:00:41 +0000 (07:00 +0000)
commitcd44747cbb992a4c42b4ec049cba1d10d5fd65a1
tree265c3d90ac3b7d9339ad2c1953698acf643db78a
parent09eef106ea2dab08733b263bf23494d2aadb0e0c
* windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
New macros.
(windows_set_console_info): New function.
(windows_create_inferior): Call windows_set_console_info
if NEW_CONSOLE is true.
(bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
(_initialize_loadable): Initialize GetConsoleFontSize and
GetCurrentConsoleFont.
gdb/ChangeLog
gdb/windows-nat.c