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
e1d7def9
Commit
e1d7def9
authored
Jun 28, 2004
by
Mike Hearn
Committed by
Alexandre Julliard
Jun 28, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change REFIID to IID* for stack declarations to avoid initializers
being discarded.
parent
8d34b14f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
oaidl_p.c
dlls/oleaut32/oaidl_p.c
+15
-6
No files found.
dlls/oleaut32/oaidl_p.c
View file @
e1d7def9
/*
this ALWAYS GENERATED file contains the proxy stub code */
/*
This file contains the proxy/stub code for core COM interfaces.
It is usually generated directly by MIDL, however this file has
been tweaked since then to account for slight differences in the way
gcc and MSVC++ compile it. In particular, in some functions REFIIDs
declared on the stack have been converted to plain IID* in order to eliminate
the constness of the REFIID type, ensuring that the zero initializer is not
discarded.
Therefore, please do not regenerate this file.
*/
/* File created by MIDL compiler version 5.01.0164 */
/* at Tue Jan 07 22:24:52 2003
...
...
@@ -436,7 +445,7 @@ void __RPC_STUB IDispatch_GetIDsOfNames_Stub(
LCID
lcid
;
DISPID
__RPC_FAR
*
rgDispId
;
LPOLESTR
__RPC_FAR
*
rgszNames
;
REFIID
riid
=
0
;
IID
*
riid
=
0
;
NdrStubInitialize
(
_pRpcMessage
,
...
...
@@ -726,7 +735,7 @@ void __RPC_STUB IDispatch_RemoteInvoke_Stub(
VARIANT
__RPC_FAR
*
pVarResult
;
VARIANTARG
__RPC_FAR
*
rgVarRef
;
UINT
__RPC_FAR
*
rgVarRefIdx
;
REFIID
riid
=
0
;
IID
*
riid
=
0
;
NdrStubInitialize
(
_pRpcMessage
,
...
...
@@ -4039,7 +4048,7 @@ void __RPC_STUB ITypeInfo_RemoteCreateInstance_Stub(
HRESULT
_RetVal
;
MIDL_STUB_MESSAGE
_StubMsg
;
IUnknown
__RPC_FAR
*
__RPC_FAR
*
ppvObj
;
REFIID
riid
=
0
;
IID
*
riid
=
0
;
NdrStubInitialize
(
_pRpcMessage
,
...
...
@@ -10751,7 +10760,7 @@ void __RPC_STUB ISupportErrorInfo_InterfaceSupportsErrorInfo_Stub(
{
HRESULT
_RetVal
;
MIDL_STUB_MESSAGE
_StubMsg
;
REFIID
riid
=
0
;
IID
*
riid
=
0
;
NdrStubInitialize
(
_pRpcMessage
,
...
...
@@ -10931,7 +10940,7 @@ void __RPC_STUB ITypeFactory_CreateFromTypeInfo_Stub(
MIDL_STUB_MESSAGE
_StubMsg
;
ITypeInfo
__RPC_FAR
*
pTypeInfo
;
IUnknown
__RPC_FAR
*
__RPC_FAR
*
ppv
;
REFIID
riid
=
0
;
IID
*
riid
=
0
;
NdrStubInitialize
(
_pRpcMessage
,
...
...
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