X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fwin32con%2Fwin_driver.c;h=6feb16601ec4c466319124b272b62c9f96aabcac;hp=51e4d0f5d999fcb61b2659157610db6c22e6f7ee;hb=4e793faf6575b2297482f77b2bc3d18105c0fc76;hpb=761e4f0825b330e970558e82a4bd638383914429;ds=sidebyside diff --git a/ncurses/win32con/win_driver.c b/ncurses/win32con/win_driver.c index 51e4d0f5..6feb1660 100644 --- a/ncurses/win32con/win_driver.c +++ b/ncurses/win32con/win_driver.c @@ -38,7 +38,7 @@ #include #define CUR my_term.type. -MODULE_ID("$Id: win_driver.c,v 1.18 2013/03/02 19:48:06 tom Exp $") +MODULE_ID("$Id: win_driver.c,v 1.19 2013/05/25 20:16:46 tom Exp $") #define WINMAGIC NCDRV_MAGIC(NCDRV_WINCONSOLE) @@ -469,7 +469,7 @@ drv_CanHandle(TERMINAL_CONTROL_BLOCK * TCB, int status; code = FALSE; -#if (USE_DATABASE || USE_TERMCAP) +#if (NCURSES_USE_DATABASE || NCURSES_USE_TERMCAP) status = _nc_setup_tinfo(tname, &my_term.type); #else status = TGETENT_NO;