Commit bff55580 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

stdole2.tlb: Remove hack due to unimplemented widl functionality.

parent e2d1c103
......@@ -405,8 +405,7 @@ library stdole
HRESULT LoadPicture([in, optional] VARIANT filename,
[in, optional, defaultvalue(0)] int widthDesired,
[in, optional, defaultvalue(0)] int heightDesired,
/* FIXME: widl can't cope with a defaultvalue of an enum parameter yet. */
[in, optional/*, defaultvalue(0)*/] enum LoadPictureConstants flags,
[in, optional, defaultvalue(Default)] enum LoadPictureConstants flags,
[out, retval] IPictureDisp **retval);
[
entry("OleSavePictureFile"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment