Alexandre Julliard : shell32: Fixed ordinals of SHDefExtractIconA/W.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Apr 19 13:14:58 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 9686acb46c40a5e1c158a91caedc941807b63a19
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=9686acb46c40a5e1c158a91caedc941807b63a19

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Apr 19 14:24:17 2006 +0200

shell32: Fixed ordinals of SHDefExtractIconA/W.

---

 dlls/shell32/shell32.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec
index a3de716..83f6df6 100644
--- a/dlls/shell32/shell32.spec
+++ b/dlls/shell32/shell32.spec
@@ -4,8 +4,10 @@ #  win95 and winNT dlls import shell32.d
 # This list was updated to dll version 4.72
 
    2 stdcall -noname SHChangeNotifyRegister(long long long long long ptr)
+   3 stdcall SHDefExtractIconA(str long long ptr ptr long)
    4 stdcall -noname SHChangeNotifyDeregister(long)
    5 stdcall -noname SHChangeNotifyUpdateEntryList(long long long long)
+   6 stdcall SHDefExtractIconW(wstr long long ptr ptr long)
    9 stub -noname PifMgr_OpenProperties
   10 stub -noname PifMgr_GetProperties
   11 stub -noname PifMgr_SetProperties
@@ -319,8 +321,6 @@ #300 stub Shl3216_ThunkData32
 @ stdcall SHCreateDirectoryExA(long str ptr)
 @ stdcall SHCreateDirectoryExW(long wstr ptr)
 @ stub SHCreateProcessAsUserW
-@ stdcall SHDefExtractIconA(str long long ptr ptr long)
-@ stdcall SHDefExtractIconW(wstr long long ptr ptr long)
 @ stdcall SHEmptyRecycleBinA(long str long)
 @ stdcall SHEmptyRecycleBinW(long wstr long)
 @ stub SHExtractIconsW




More information about the wine-cvs mailing list