From 6c3cef773a989f175c518b435feebab287a58cf0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 23 Jun 2011 12:24:40 +0200 Subject: s3: Add IO_REPARSE_TAG_SYMLINK define From http://msdn.microsoft.com/en-us/library/dd541667%28v=PROT.13%29.aspx Autobuild-User: Volker Lendecke Autobuild-Date: Thu Jun 23 13:46:37 CEST 2011 on sn-devel-104 --- source3/include/ntioctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/ntioctl.h b/source3/include/ntioctl.h index 08196d4e53..131d596ded 100644 --- a/source3/include/ntioctl.h +++ b/source3/include/ntioctl.h @@ -69,6 +69,7 @@ #endif +#define IO_REPARSE_TAG_SYMLINK 0xA000000C #define IO_REPARSE_TAG_MOUNT_POINT 0xA0000003 #define IO_REPARSE_TAG_HSM 0xC0000004 #define IO_REPARSE_TAG_SIS 0x80000007 -- cgit