diff options
author | Volker Lendecke <vl@samba.org> | 2011-06-23 16:02:50 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-06-24 21:24:17 +0200 |
commit | 57a02077c917d6deefce716f32b5a5bf30227f07 (patch) | |
tree | 2761ec220509b3f9a1a1f8b2ff6caea69a0ede2b | |
parent | 829974c940c39cc65b0f725f0e5a38917fc61254 (diff) | |
download | samba-57a02077c917d6deefce716f32b5a5bf30227f07.tar.gz samba-57a02077c917d6deefce716f32b5a5bf30227f07.tar.bz2 samba-57a02077c917d6deefce716f32b5a5bf30227f07.zip |
s3: Add SYMLINK_FLAG_RELATIVE define
-rw-r--r-- | source3/include/ntioctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/ntioctl.h b/source3/include/ntioctl.h index 131d596ded..706cc16267 100644 --- a/source3/include/ntioctl.h +++ b/source3/include/ntioctl.h @@ -70,6 +70,8 @@ #endif #define IO_REPARSE_TAG_SYMLINK 0xA000000C +#define SYMLINK_FLAG_RELATIVE 0x00000001 + #define IO_REPARSE_TAG_MOUNT_POINT 0xA0000003 #define IO_REPARSE_TAG_HSM 0xC0000004 #define IO_REPARSE_TAG_SIS 0x80000007 |