Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86d854 commit ec2b76aCopy full SHA for ec2b76a
1 file changed
Modules/posixmodule.c
@@ -16,6 +16,9 @@
16
#ifdef MS_WINDOWS
17
# include <windows.h>
18
# include <pathcch.h>
19
+# include <lmcons.h> // UNLEN
20
+# include "osdefs.h" // SEP
21
+# define HAVE_SYMLINK
22
#endif
23
24
#ifdef __VXWORKS__
@@ -426,18 +429,7 @@ extern char *ctermid_r(char *);
426
429
# ifdef HAVE_PROCESS_H
427
430
# include <process.h>
428
431
# endif
-# ifndef IO_REPARSE_TAG_SYMLINK
-# define IO_REPARSE_TAG_SYMLINK (0xA000000CL)
-# endif
432
-# ifndef IO_REPARSE_TAG_MOUNT_POINT
433
-# define IO_REPARSE_TAG_MOUNT_POINT (0xA0000003L)
434
435
-# include "osdefs.h" // SEP
436
# include <malloc.h>
437
-# include <windows.h>
438
-# include <shellapi.h> // ShellExecute()
439
-# include <lmcons.h> // UNLEN
440
-# define HAVE_SYMLINK
441
#endif /* _MSC_VER */
442
443
#ifndef MAXPATHLEN
0 commit comments