--- 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