Define IO_REPARSE_TAG_SYMLINK if its not defined by WinNT.h

This commit is contained in:
Jacques Germishuys 2014-07-05 21:27:47 +02:00
parent 72090514b1
commit 59ceb432f3

View File

@ -19,6 +19,10 @@
# define FILE_NAME_NORMALIZED 0
#endif
#ifndef IO_REPARSE_TAG_SYMLINK
#define IO_REPARSE_TAG_SYMLINK (0xA000000CL)
#endif
/* Options which we always provide to _wopen.
*
* _O_BINARY - Raw access; no translation of CR or LF characters