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
e3774d79
Commit
e3774d79
authored
Dec 01, 2005
by
Robert Shearman
Committed by
Alexandre Julliard
Dec 01, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the entry attributes of the two module functions and uncomment
LoadPicture, but comment out the defaultvalue attribute that causes widl to issue a warning.
parent
55ffe637
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
std_ole_v2.idl
dlls/stdole2.tlb/std_ole_v2.idl
+4
-6
No files found.
dlls/stdole2.tlb/std_ole_v2.idl
View file @
e3774d79
...
...
@@ -397,21 +397,19 @@ library stdole
helpcontext(0x2775)
]
module StdFunctions{
/* FIXME: widl can'
t
cope
with
a
defaultvalue
of
an
enum
parameter
yet
.
*/
/*
[
entry
(
0
x60000000
),
entry(
"OleLoadPictureFileEx"
),
helpstring("Loads a picture from a file"),
helpcontext(0x2775)
]
HRESULT LoadPicture([in, optional] VARIANT filename,
[in, optional, defaultvalue(0)] int widthDesired,
[in, optional, defaultvalue(0)] int heightDesired,
[
in
,
optional
,
defaultvalue
(
0
)
]
enum
LoadPictureConstants
flags
,
/* FIXME: widl can'
t
cope
with
a
defaultvalue
of
an
enum
parameter
yet
.
*/
[
in
,
optional
/*
,
defaultvalue
(
0
)
*/
]
enum
LoadPictureConstants
flags
,
[
out
,
retval
]
IPictureDisp
**
retval
)
;
*/
[
entry
(
0
x60000001
),
entry
(
"OleSavePictureFile"
),
helpstring
(
"Saves a picture to a file"
),
helpcontext
(
0
x2775
)
]
...
...
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