client/uiclient.c

changeset 954
07c1effb2a31
parent 953
c98404829cd3
child 976
e2763e880938
--- 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

mercurial