ui/common/properties.c

changeset 517
ac867877999e
parent 513
a4e0ef98a8b4
child 588
59ea5791be5e
--- a/ui/common/properties.c	Wed Mar 26 20:39:04 2025 +0100
+++ b/ui/common/properties.c	Wed Mar 26 20:42:02 2025 +0100
@@ -116,7 +116,7 @@
 
 static int ui_mkdir(char *path) {
 #ifdef _WIN32
-    return mkdir(path);
+    return _mkdir(path);
 #else
     return mkdir(path, S_IRWXU);
 #endif

mercurial