From: Alexander Bokovoy Date: Wed, 11 Apr 2007 12:32:07 +0000 (+0000) Subject: r22172: FSCTL_RECALL_FILE is 0x90117 according to my traces. Record it here. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~729 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f36bc61d17baf468ec66151dda347fdfc40e0297;p=thirdparty%2Fsamba.git r22172: FSCTL_RECALL_FILE is 0x90117 according to my traces. Record it here. --- diff --git a/source/include/ntioctl.h b/source/include/ntioctl.h index 9b748d38ed1..1dbde54277c 100644 --- a/source/include/ntioctl.h +++ b/source/include/ntioctl.h @@ -65,7 +65,7 @@ #define FSCTL_DISMOUNT_VOLUME #define FSCTL_GET_NTFS_FILE_RECORD #define FSCTL_ALLOW_EXTENDED_DASD_IO -#define FSCTL_RECALL_FILE +#define FSCTL_RECALL_FILE 0x00090117 #endif