fix dos cross-compile attempt 2
This commit is contained in:
@@ -72,7 +72,11 @@ struct window_procs curses_procs = {
|
||||
curses_destroy_nhwindow,
|
||||
curses_curs,
|
||||
curses_putstr,
|
||||
#if !defined(PDCURSES) || defined(PDC_WIDE)
|
||||
curses_putmixed,
|
||||
#else
|
||||
genl_putmixed,
|
||||
#endif
|
||||
curses_display_file,
|
||||
curses_start_menu,
|
||||
curses_add_menu,
|
||||
|
||||
Reference in New Issue
Block a user