MSVC: fix winansi.c compile errors
commit3abcb04dd488bcc7dbc690d555964e975555d01e
authorKarsten Blees <blees@dcon.de>
Thu, 6 Oct 2011 17:40:56 +0000 (6 17:40 +0000)
committerStepan Kasal <kasal@ucw.cz>
Thu, 29 May 2014 08:40:02 +0000 (29 10:40 +0200)
tree3d8d8ddd669c5eec274c1847080b7201712a661e
parent08684f92ecba5a97e6296070aa5d0e524e25fa7e
MSVC: fix winansi.c compile errors

Some constants (such as LF_FACESIZE) are undefined with -DNOGDI (set in the
Makefile), and CONSOLE_FONT_INFOEX is available in MSVC, but not in MinGW.

Cast FARPROC to PGETCURRENTCONSOLEFONTEX to suppress MSVC compiler warning.

Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
compat/winansi.c