Windows stubs.c follow-up

This commit is contained in:
nhmall
2022-08-01 02:03:38 -04:00
parent 174a7e5e78
commit cf352377a9

View File

@@ -208,7 +208,7 @@ set_keyhandling_via_option(void)
}
#ifdef CURSES_GRAPHICS
struct window_procs curses_procs = {WPID(curses)};
struct window_procs curses_procs = {WPIDMINUS(curses)};
int curses_read_attrs(const char *attrs)
{