File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 16
16
#ifdef MS_WINDOWS
17
17
# include <windows.h>
18
18
# include <pathcch.h>
19
+ # include <lmcons.h> // UNLEN
20
+ # include "osdefs.h" // SEP
21
+ # define HAVE_SYMLINK
19
22
#endif
20
23
21
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
429
- # ifndef IO_REPARSE_TAG_SYMLINK
430
- # define IO_REPARSE_TAG_SYMLINK (0xA000000CL)
431
- # endif
432
- # ifndef IO_REPARSE_TAG_MOUNT_POINT
433
- # define IO_REPARSE_TAG_MOUNT_POINT (0xA0000003L)
434
- # endif
435
- # include "osdefs.h" // SEP
436
432
# include <malloc.h>
437
- # include <windows.h>
438
- # include <shellapi.h> // ShellExecute()
439
- # include <lmcons.h> // UNLEN
440
- # define HAVE_SYMLINK
441
433
#endif /* _MSC_VER */
442
434
443
435
#ifndef MAXPATHLEN
You can’t perform that action at this time.
0 commit comments