MLLoadlibrary: Remove -noname and duplicate entry.

This commit is contained in:
Jon Griffiths 2003-09-11 23:07:29 +00:00 committed by Alexandre Julliard
parent 8034ee7d73
commit 899a4062ed
1 changed files with 2 additions and 4 deletions

View File

@ -374,8 +374,8 @@
374 stub -noname SHCheckDiskForMediaA 374 stub -noname SHCheckDiskForMediaA
375 stub -noname SHCheckDiskForMediaW 375 stub -noname SHCheckDiskForMediaW
376 stdcall -noname MLGetUILanguage() # kernel32.GetUserDefaultUILanguage 376 stdcall -noname MLGetUILanguage() # kernel32.GetUserDefaultUILanguage
377 stdcall -noname MLLoadLibraryA(str long long) 377 stdcall MLLoadLibraryA(str long long)
378 stdcall -noname MLLoadLibraryW(wstr long long) 378 stdcall MLLoadLibraryW(wstr long long)
379 stub -noname Shell_GetCachedImageIndexWrapW 379 stub -noname Shell_GetCachedImageIndexWrapW
380 stub -noname Shell_GetCachedImageIndexWrapA 380 stub -noname Shell_GetCachedImageIndexWrapA
381 stub -noname AssocCopyVerbs 381 stub -noname AssocCopyVerbs
@ -802,8 +802,6 @@
@ stdcall StrRetToStrW (ptr ptr ptr) @ stdcall StrRetToStrW (ptr ptr ptr)
@ stdcall SHRegGetPathA(long str str ptr long) @ stdcall SHRegGetPathA(long str str ptr long)
@ stdcall SHRegGetPathW(long wstr wstr ptr long) @ stdcall SHRegGetPathW(long wstr wstr ptr long)
@ stub MLLoadLibraryA
@ stub MLLoadLibraryW
@ stdcall PathIsDirectoryEmptyA(str) @ stdcall PathIsDirectoryEmptyA(str)
@ stdcall PathIsDirectoryEmptyW(wstr) @ stdcall PathIsDirectoryEmptyW(wstr)
@ stdcall PathIsNetworkPathA(str) @ stdcall PathIsNetworkPathA(str)