Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
62ee13c5
Commit
62ee13c5
authored
Mar 19, 2014
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 19, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stdole2: Fix usage of 'optional' with 'defaultvalue'.
parent
77bd74fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
stdole2.idl
include/stdole2.idl
+3
-3
No files found.
include/stdole2.idl
View file @
62ee13c5
...
...
@@ -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"),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment