--- a/client/uiclient.c Sun Dec 07 10:02:27 2025 +0100
+++ b/client/uiclient.c Sun Dec 07 10:41:04 2025 +0100
@@ -35,6 +35,8 @@
#include "../ui/common/args.h"
+#ifndef _WIN32
+
static UiMessageHandler *io;
static CxMap *msg_types;
@@ -299,3 +301,5 @@
return 0;
}
+
+#endif