2009/1/1 Michael Karcher wine@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.