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
75e9c468
Commit
75e9c468
authored
Nov 30, 2002
by
Ove Kaaven
Committed by
Alexandre Julliard
Nov 30, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing union names for some encapsulated unions.
parent
da0b4dc7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
wtypes.idl
include/wtypes.idl
+3
-3
No files found.
include/wtypes.idl
View file @
75e9c468
...
...
@@ -229,7 +229,7 @@ typedef [unique] FLAGGED_WORD_BLOB *UP_FLAGGED_WORD_BLOB;
const unsigned long WDT_INPROC_CALL = 0x48746457;
const unsigned long WDT_REMOTE_CALL = 0x52746457;
typedef union _userCLIPFORMAT switch(long fContext) {
typedef union _userCLIPFORMAT switch(long fContext)
u
{
case WDT_INPROC_CALL: DWORD dwValue;
case WDT_REMOTE_CALL: [string] WCHAR *pwszName;
} userCLIPFORMAT;
...
...
@@ -245,7 +245,7 @@ typedef struct tagRemHMETAFILEPICT {
[size_is(cbData)] byte data[];
} RemHMETAFILEPICT;
typedef union _userHMETAFILE switch(long fContext) {
typedef union _userHMETAFILE switch(long fContext)
u
{
case WDT_INPROC_CALL: long hInproc;
case WDT_REMOTE_CALL: BYTE_BLOB *hRemote;
default: long hGlobal;
...
...
@@ -260,7 +260,7 @@ typedef struct _remoteMETAFILEPICT {
userHMETAFILE *hMF;
} remoteMETAFILEPICT;
typedef union _userHMETAFILEPICT switch(long fContext) {
typedef union _userHMETAFILEPICT switch(long fContext)
u
{
case WDT_INPROC_CALL: long hInproc;
case WDT_REMOTE_CALL: remoteMETAFILEPICT *hRemote;
default: long hGlobal;
...
...
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