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;
 
 [