Commit 59ceb432 by Jacques Germishuys

Define IO_REPARSE_TAG_SYMLINK if its not defined by WinNT.h

parent 72090514
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment