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
17c69c65
Commit
17c69c65
authored
Jul 11, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Warning fix.
parent
c8173eca
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
objidl.h
include/objidl.h
+1
-1
objidl.idl
include/objidl.idl
+1
-1
No files found.
include/objidl.h
View file @
17c69c65
...
...
@@ -6260,7 +6260,7 @@ typedef struct _GDI_OBJECT {
}
GDI_OBJECT
;
typedef
struct
_userSTGMEDIUM
{
struct
_STGMEDIUM_UNION
{
struct
{
DWORD
tymed
;
union
{
wireHMETAFILEPICT
hMetaFilePict
;
...
...
include/objidl.idl
View file @
17c69c65
...
...
@@ -1523,7 +1523,7 @@ interface IAdviseSink : IUnknown
} GDI_OBJECT;
typedef struct _userSTGMEDIUM {
union
_STGMEDIUM_UNION
switch(DWORD tymed) u {
union switch(DWORD tymed) u {
case TYMED_NULL: ;
case TYMED_MFPICT: wireHMETAFILEPICT hMetaFilePict;
case TYMED_ENHMF: wireHENHMETAFILE hHEnhMetaFile;
...
...
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