| Commit in reactos/lib/shell32 on MAIN | |||
| shlfsbind.c | +1 | -1 | 1.3 -> 1.4 | 
Fix IFileSystemBindData method order
diff -u -r1.3 -r1.4 --- shlfsbind.c 28 Jan 2004 20:10:59 -0000 1.3 +++ shlfsbind.c 29 Jun 2004 14:08:58 -0000 1.4 @@ -58,8 +58,8 @@
     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};