disable stubs for SHFindFiles() and SHFindComputer()

svn path=/trunk/; revision=8303
This commit is contained in:
Martin Fuchs 2004-02-22 12:18:58 +00:00
parent 80c553b4b5
commit 2ae57f1248

View file

@ -83,8 +83,8 @@
87 stdcall SHRevokeDragDrop(long) 87 stdcall SHRevokeDragDrop(long)
88 stdcall SHDoDragDrop(long ptr ptr long ptr) 88 stdcall SHDoDragDrop(long ptr ptr long ptr)
89 stdcall SHCloneSpecialIDList(long long long) 89 stdcall SHCloneSpecialIDList(long long long)
90 stub SHFindFiles # 90 stub SHFindFiles
91 stub SHFindComputer # 91 stub SHFindComputer
92 stdcall PathGetShortPath (ptr) PathGetShortPathAW 92 stdcall PathGetShortPath (ptr) PathGetShortPathAW
93 stdcall Win32CreateDirectory(wstr ptr) Win32CreateDirectoryAW 93 stdcall Win32CreateDirectory(wstr ptr) Win32CreateDirectoryAW
94 stdcall Win32RemoveDirectory(wstr) Win32RemoveDirectoryAW 94 stdcall Win32RemoveDirectory(wstr) Win32RemoveDirectoryAW