commit | 956a52bd7feaf3f1f9e279e6ddee586ac2bb5cee | [log] [tgz] |
---|---|---|
author | Owen Rudge <orudge@codeweavers.com> | Wed Aug 12 21:51:36 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Aug 13 15:51:16 2009 +0200 |
tree | f1ab785b3b21970d7beb72a66c98062dbf44ab09 | |
parent | 1556fbf86c6dace66a6dbc7e49e6d4d1395aa933 [diff] [blame] |
comctl32: Add stubs for image list functions introduced in Vista.
diff --git a/include/commoncontrols.idl b/include/commoncontrols.idl index a162b38..6e00837 100644 --- a/include/commoncontrols.idl +++ b/include/commoncontrols.idl
@@ -61,6 +61,8 @@ typedef IMAGELISTDRAWPARAMS* LPIMAGELISTDRAWPARAMS; cpp_quote("#endif") +cpp_quote("HRESULT WINAPI ImageList_CoCreateInstance(REFCLSID,const IUnknown *, REFIID,void **);") + const UINT ILIF_ALPHA = 1; [