We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f116f commit 0fd259eCopy full SHA for 0fd259e
src/win32/posix_w32.c
@@ -33,6 +33,10 @@
33
# define SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE 0x02
34
#endif
35
36
+#ifndef SYMBOLIC_LINK_FLAG_DIRECTORY
37
+# define SYMBOLIC_LINK_FLAG_DIRECTORY 0x01
38
+#endif
39
+
40
/* Allowable mode bits on Win32. Using mode bits that are not supported on
41
* Win32 (eg S_IRWXU) is generally ignored, but Wine warns loudly about it
42
* so we simply remove them.
0 commit comments