ole32: Add HICON user marshalling stubs

Rob Shearman robertshearman at gmail.com
Thu Jan 1 14:46:18 CST 2009


2009/1/1 Michael Karcher <wine at mkarcher.dialup.fu-berlin.de>:
> diff --git a/dlls/ole32/ole32.spec b/dlls/ole32/ole32.spec
> index 79376ac..f7db2b0 100644
> --- a/dlls/ole32/ole32.spec
> +++ b/dlls/ole32/ole32.spec
> @@ -122,6 +122,10 @@
>  @ stdcall HBITMAP_UserMarshal(ptr ptr ptr)
>  @ stdcall HBITMAP_UserSize(ptr long ptr)
>  @ stdcall HBITMAP_UserUnmarshal(ptr ptr ptr)
> +@ stdcall HICON_UserFree(ptr ptr)
> +@ stdcall HICON_UserMarshal(ptr ptr ptr)
> +@ stdcall HICON_UserSize(ptr long ptr)
> +@ stdcall HICON_UserUnmarshal(ptr ptr ptr)
>  @ stub HBRUSH_UserFree
>  @ stub HBRUSH_UserMarshal
>  @ stub HBRUSH_UserSize

The functions should be added in the correct place so that the list of
functions remains sorted.

-- 
Rob Shearman



More information about the wine-devel mailing list