ui/common/message.c

changeset 953
c98404829cd3
parent 945
6055c7c677cf
child 981
1d47e71f26b6
--- a/ui/common/message.c	Sat Dec 06 18:17:07 2025 +0100
+++ b/ui/common/message.c	Sun Dec 07 10:02:27 2025 +0100
@@ -26,6 +26,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#ifndef _WIN32
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
@@ -200,3 +202,5 @@
     
     return NULL;
 }
+
+#endif

mercurial