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
88cb399a
Commit
88cb399a
authored
Feb 17, 2009
by
Rob Shearman
Committed by
Alexandre Julliard
Feb 17, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add WDT_INPROC64_CALL cases to unions in wtypes.idl.
parent
a3048451
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
wtypes.idl
include/wtypes.idl
+6
-6
No files found.
include/wtypes.idl
View file @
88cb399a
...
...
@@ -434,7 +434,7 @@ typedef struct tagRemHGLOBAL {
typedef union _userHGLOBAL switch(long fContext) u {
case WDT_INPROC_CALL: long hInproc;
case WDT_REMOTE_CALL: FLAGGED_BYTE_BLOB *hRemote;
default: long hGlobal
;
case WDT_INPROC64_CALL: __int64 hInproc64
;
} userHGLOBAL;
typedef [unique] userHGLOBAL *wireHGLOBAL;
...
...
@@ -450,7 +450,7 @@ typedef struct tagRemHMETAFILEPICT {
typedef union _userHMETAFILE switch(long fContext) u {
case WDT_INPROC_CALL: long hInproc;
case WDT_REMOTE_CALL: BYTE_BLOB *hRemote;
default: long hGlobal
;
case WDT_INPROC64_CALL: __int64 hInproc64
;
} userHMETAFILE;
typedef [unique] userHMETAFILE *wireHMETAFILE;
...
...
@@ -465,7 +465,7 @@ typedef struct _remoteMETAFILEPICT {
typedef union _userHMETAFILEPICT switch(long fContext) u {
case WDT_INPROC_CALL: long hInproc;
case WDT_REMOTE_CALL: remoteMETAFILEPICT *hRemote;
default: long hGlobal
;
case WDT_INPROC64_CALL: __int64 hInproc64
;
} userHMETAFILEPICT;
typedef [unique] userHMETAFILEPICT *wireHMETAFILEPICT;
...
...
@@ -478,7 +478,7 @@ typedef struct tagRemHENHMETAFILE {
typedef union _userHENHMETAFILE switch(long fContext) u {
case WDT_INPROC_CALL: long hInproc;
case WDT_REMOTE_CALL: BYTE_BLOB *hRemote;
default: long hGlobal
;
case WDT_INPROC64_CALL: __int64 hInproc64
;
} userHENHMETAFILE;
typedef [unique] userHENHMETAFILE *wireHENHMETAFILE;
...
...
@@ -503,7 +503,7 @@ typedef struct _userBITMAP {
typedef union _userHBITMAP switch(long fContext) u {
case WDT_INPROC_CALL: long hInproc;
case WDT_REMOTE_CALL: userBITMAP *hRemote;
default: long hGlobal
;
case WDT_INPROC64_CALL: __int64 hInproc64
;
} userHBITMAP;
typedef [unique] userHBITMAP *wireHBITMAP;
...
...
@@ -522,7 +522,7 @@ typedef struct tagrpcLOGPALETTE {
typedef union _userHPALETTE switch(long fContext) u {
case WDT_INPROC_CALL: long hInproc;
case WDT_REMOTE_CALL: rpcLOGPALETTE *hRemote;
default: long hGlobal
;
case WDT_INPROC64_CALL: __int64 hInproc64
;
} userHPALETTE;
typedef [unique] userHPALETTE *wireHPALETTE;
...
...
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