mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-08 02:45:14 +00:00
Define IO_REPARSE_TAG_SYMLINK if its not defined by WinNT.h
This commit is contained in:
parent
72090514b1
commit
59ceb432f3
@ -19,6 +19,10 @@
|
|||||||
# define FILE_NAME_NORMALIZED 0
|
# define FILE_NAME_NORMALIZED 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef IO_REPARSE_TAG_SYMLINK
|
||||||
|
#define IO_REPARSE_TAG_SYMLINK (0xA000000CL)
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Options which we always provide to _wopen.
|
/* Options which we always provide to _wopen.
|
||||||
*
|
*
|
||||||
* _O_BINARY - Raw access; no translation of CR or LF characters
|
* _O_BINARY - Raw access; no translation of CR or LF characters
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user