From 8e457002a36af6c0fffaf7776a500a4c8f8eb321 Mon Sep 17 00:00:00 2001 From: Ray Chason Date: Wed, 26 Oct 2022 22:33:47 -0400 Subject: [PATCH] Add WC2_U_UTF8STR and WC2_U_24BITCOLOR --- win/Qt/qt_bind.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win/Qt/qt_bind.cpp b/win/Qt/qt_bind.cpp index d75e32dc8..f533a4a9c 100644 --- a/win/Qt/qt_bind.cpp +++ b/win/Qt/qt_bind.cpp @@ -1039,6 +1039,9 @@ struct window_procs Qt_procs = { (WC2_HITPOINTBAR #ifdef SELECTSAVED | WC2_SELECTSAVED +#endif +#ifdef ENHANCED_SYMBOLS + | WC2_U_UTF8STR | WC2_U_24BITCOLOR #endif | WC2_STATUSLINES), {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}, /* color availability */ -- 2.50.1