shell32: export some already implemented functions

Alexandre Julliard julliard at winehq.org
Mon Sep 22 15:31:21 CDT 2003


"Rolf Kalbermatter" <rolf.kalbermatter at citeng.com> writes:

> --- dlls/shell32/shell32.spec	21 Aug 2003 21:26:07 -0000	1.75
> +++ dlls/shell32/shell32.spec	19 Sep 2003 10:59:21 -0000
> @@ -89,9 +89,9 @@
>    95 stdcall SHLogILFromFSIL (ptr)
>    96 stdcall StrRetToStrN (ptr long ptr ptr) StrRetToStrNAW
>    97 stdcall SHWaitForFileToOpen (long long long)
> -  98 stdcall SHGetRealIDL (long long long)
> +  98 stdcall -noname SHGetRealIDL (ptr ptr ptr)
>    99 stdcall SetAppStartingCursor (long long)
>   100 stdcall SHRestricted(long)
>   102 stdcall SHCoCreateInstance(ptr ptr long ptr ptr)
> @@ -174,6 +174,8 @@
>   184 stdcall ArrangeWindows(long long long long long)
>   185 stub SHHandleDiskFull
>   186 stdcall ILGetDisplayNameEx(ptr ptr ptr long)
> + 189 stdcall -noname ILCreateFromPathA(str)
> + 190 stdcall -noname ILCreateFromPathW(wstr)

I don't think that's correct, I have other functions as 189 and 190 in
my shell32.dll. They should probably be '@' ordinals and imported by
name. Also, are you sure SHGetRealIDL is supposed to be imported by
ordinal?

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list