mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
Fix IFileSystemBindData method order
svn path=/trunk/; revision=9930
This commit is contained in:
@@ -58,8 +58,8 @@ static struct ICOM_VTABLE(IFileSystemBindData) sbvt =
|
||||
IFileSystemBindData_fnQueryInterface,
|
||||
IFileSystemBindData_fnAddRef,
|
||||
IFileSystemBindData_fnRelease,
|
||||
IFileSystemBindData_fnGetFindData,
|
||||
IFileSystemBindData_fnSetFindData,
|
||||
IFileSystemBindData_fnGetFindData,
|
||||
};
|
||||
|
||||
static WCHAR wFileSystemBindData[] = {'F','i','l','e',' ','S','y','s','t','e','m',' ','B','i','n','d','D','a','t','a',0};
|
||||
|
||||
Reference in New Issue
Block a user