Sync with trunk head
[reactos.git] / dll / win32 / oleaut32 / olepicture.c
index 052aa9a..7a5bc29 100644 (file)
@@ -684,7 +684,7 @@ static HRESULT WINAPI OLEPictureImpl_Render(IPicture *iface, HDC hdc,
     break;
   case PICTYPE_ICON:
     FIXME("Not quite correct implementation of rendering icons...\n");
-    DrawIcon(hdc,x,y,This->desc.u.icon.hicon);
+    DrawIconEx(hdc, x, y, This->desc.u.icon.hicon, cx, cy, 0, NULL, DI_NORMAL);
     break;
 
   case PICTYPE_METAFILE: