From bc2c2f5138b1bd44479c8eb8adec6097030bdb25 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 16 Nov 2023 00:12:41 -0500 Subject: [PATCH] follow-up to correct syntax error in Windows build --- win/win32/mswproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/win32/mswproc.c b/win/win32/mswproc.c index 684b4d659..620c91c8e 100644 --- a/win/win32/mswproc.c +++ b/win/win32/mswproc.c @@ -76,7 +76,7 @@ COLORREF message_bg_color = RGB(0, 0, 0); COLORREF message_fg_color = RGB(0xFF, 0xFF, 0xFF); strbuf_t raw_print_strbuf = { 0 }; -mswin_menu_promptstyle = { NO_COLOR, ATR_NONE }; +color_attr mswin_menu_promptstyle = { NO_COLOR, ATR_NONE }; /* Interface definition, for windows.c */ struct window_procs mswin_procs = {