fix windows11 win32 build

Tue, 06 May 2025 13:17:52 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 06 May 2025 13:17:52 +0200
changeset 588
59ea5791be5e
parent 587
61813a91c84d
child 589
4d86050ad6ff

fix windows11 win32 build

ui/common/properties.c file | annotate | diff | comparison | revisions
--- a/ui/common/properties.c	Tue Apr 29 21:56:52 2025 +0200
+++ b/ui/common/properties.c	Tue May 06 13:17:52 2025 +0200
@@ -32,6 +32,10 @@
 #include <sys/stat.h>
 #include <errno.h>
 
+#ifdef _WIN32
+#include <direct.h>
+#endif
+
 #include "../ui/toolkit.h"
 
 

mercurial