From 4802780ddf40488618d319bea5f9284e23bb5795 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 23 Mar 2016 16:26:28 -0700 Subject: [PATCH] sys: IRP_MJ_QUERY_DIRECTORY --- inc/winfsp/fsctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/winfsp/fsctl.h b/inc/winfsp/fsctl.h index 4d0baa97..b796807b 100644 --- a/inc/winfsp/fsctl.h +++ b/inc/winfsp/fsctl.h @@ -139,8 +139,8 @@ typedef struct UINT16 Size; FSP_FSCTL_FILE_INFO FileInfo; UINT64 NextOffset; - /* padding to make struct as big as FILE_ID_BOTH_DIR_INFORMATION; allows for in-place copying */ UINT8 Padding[24]; + /* make struct as big as FILE_ID_BOTH_DIR_INFORMATION; allows for in-place copying */ WCHAR FileNameBuf[]; } FSP_FSCTL_DIR_INFO; typedef struct