]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/win32con/win_driver.c
ncurses 5.9 - patch 20130525
[ncurses.git] / ncurses / win32con / win_driver.c
index 51e4d0f5d999fcb61b2659157610db6c22e6f7ee..6feb16601ec4c466319124b272b62c9f96aabcac 100644 (file)
@@ -38,7 +38,7 @@
 #include <curses.priv.h>
 #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;