From 59f23e9319643eae1100a26ac95626ae1f2bcf81 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 11 Apr 2007 12:32:07 +0000 Subject: r22172: FSCTL_RECALL_FILE is 0x90117 according to my traces. Record it here. (This used to be commit f36bc61d17baf468ec66151dda347fdfc40e0297) --- source3/include/ntioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/ntioctl.h') diff --git a/source3/include/ntioctl.h b/source3/include/ntioctl.h index 9b748d38ed..1dbde54277 100644 --- a/source3/include/ntioctl.h +++ b/source3/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 -- cgit