mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
Fix IFileSystemBindData method order again.
svn path=/trunk/; revision=9951
This commit is contained in:
parent
e050a4dd03
commit
8eb23c9e6c
1 changed files with 1 additions and 1 deletions
|
@ -58,8 +58,8 @@ static struct ICOM_VTABLE(IFileSystemBindData) sbvt =
|
|||
IFileSystemBindData_fnQueryInterface,
|
||||
IFileSystemBindData_fnAddRef,
|
||||
IFileSystemBindData_fnRelease,
|
||||
IFileSystemBindData_fnGetFindData,
|
||||
IFileSystemBindData_fnSetFindData,
|
||||
IFileSystemBindData_fnGetFindData,
|
||||
};
|
||||
|
||||
static const WCHAR wFileSystemBindData[] = {'F','i','l','e',' ','S','y','s','t','e','m',' ','B','i','n','d','D','a','t','a',0};
|
||||
|
|
Loading…
Reference in a new issue