Commit 62ee13c5 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

stdole2: Fix usage of 'optional' with 'defaultvalue'.

parent 77bd74fa
......@@ -405,9 +405,9 @@ library stdole
helpcontext(0x2775)
]
HRESULT LoadPicture([in, optional] VARIANT filename,
[in, optional, defaultvalue(0)] int widthDesired,
[in, optional, defaultvalue(0)] int heightDesired,
[in, optional, defaultvalue(Default)] enum LoadPictureConstants flags,
[in, defaultvalue(0)] int widthDesired,
[in, defaultvalue(0)] int heightDesired,
[in, 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