Commit in reactos/lib/shell32 on MAIN
shlfsbind.c+1-11.5 -> 1.6
Fix IFileSystemBindData method order again.

reactos/lib/shell32
shlfsbind.c 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- shlfsbind.c	30 Jun 2004 19:07:22 -0000	1.5
+++ shlfsbind.c	30 Jun 2004 20:40:02 -0000	1.6
@@ -58,8 +58,8 @@
     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};
CVSspam 0.2.8