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
5646bb68
Commit
5646bb68
authored
Feb 09, 2022
by
Eric Pouech
Committed by
Alexandre Julliard
Feb 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dispex: Enable compilation with long types.
Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
be946734
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
Makefile.in
dlls/dispex/Makefile.in
+0
-1
usrmarshal.c
dlls/dispex/usrmarshal.c
+2
-2
No files found.
dlls/dispex/Makefile.in
View file @
5646bb68
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
MODULE
=
dispex.dll
IMPORTS
=
uuid oleaut32 ole32 rpcrt4 advapi32
...
...
dlls/dispex/usrmarshal.c
View file @
5646bb68
...
...
@@ -50,7 +50,7 @@ HRESULT CALLBACK IDispatchEx_InvokeEx_Proxy(IDispatchEx* This, DISPID id, LCID l
UINT
*
ref_idx
=
&
dummy_idx
;
DWORD
dword_flags
=
wFlags
&
0xf
;
TRACE
(
"(%p)->(%08
x, %04
x, %04x, %p, %p, %p, %p)
\n
"
,
This
,
id
,
lcid
,
wFlags
,
TRACE
(
"(%p)->(%08
lx, %04l
x, %04x, %p, %p, %p, %p)
\n
"
,
This
,
id
,
lcid
,
wFlags
,
pdp
,
pvarRes
,
pei
,
pspCaller
);
if
(
!
pvarRes
)
...
...
@@ -118,7 +118,7 @@ HRESULT __RPC_STUB IDispatchEx_InvokeEx_Stub(IDispatchEx* This, DISPID id, LCID
UINT
arg
;
VARTYPE
*
vt_list
=
NULL
;
TRACE
(
"(%p)->(%08
x, %04x, %08
x, %p, %p, %p, %p, %d, %p, %p)
\n
"
,
This
,
id
,
lcid
,
dwFlags
,
TRACE
(
"(%p)->(%08
lx, %04lx, %08l
x, %p, %p, %p, %p, %d, %p, %p)
\n
"
,
This
,
id
,
lcid
,
dwFlags
,
pdp
,
result
,
pei
,
pspCaller
,
byref_args
,
ref_idx
,
ref_arg
);
VariantInit
(
result
);
...
...
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