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
6be32f7e
Commit
6be32f7e
authored
Oct 04, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 04, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't use COBJMACROS on internal interfaces.
parent
cf78e15c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
dplaysp.h
dlls/dplayx/dplaysp.h
+1
-1
lobbysp.h
dlls/dplayx/lobbysp.h
+1
-1
dsdriver.h
include/dsdriver.h
+6
-6
wined3d_interface.h
include/wine/wined3d_interface.h
+1
-1
No files found.
dlls/dplayx/dplaysp.h
View file @
6be32f7e
...
...
@@ -78,7 +78,7 @@ DECLARE_INTERFACE_(IDirectPlaySP,IUnknown) { IDirectPlaySP_METHODS };
/* NOTE: The microsoft provided header file doesn't have these access
* functions
*/
#if
def COBJMACROS
#if
!defined (__cplusplus) || defined(CINTERFACE)
/*** IUnknown methods ***/
#define IDirectPlaySP_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
#define IDirectPlaySP_AddRef(p) (p)->lpVtbl->AddRef(p)
...
...
dlls/dplayx/lobbysp.h
View file @
6be32f7e
...
...
@@ -483,7 +483,7 @@ HRESULT WINAPI DPLSPInit(LPSPDATA_INIT);
DECLARE_INTERFACE_
(
IDPLobbySP
,
IUnknown
)
{
IDPLobbySP_METHODS
};
#undef INTERFACE
#if
def COBJMACROS
#if
!defined (__cplusplus) || defined(CINTERFACE)
/*** IUnknown methods ***/
#define IDPLobbySP_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
#define IDPLobbySP_AddRef(p) (p)->lpVtbl->AddRef(p)
...
...
include/dsdriver.h
View file @
6be32f7e
...
...
@@ -144,7 +144,7 @@ typedef struct _DSCDRIVERCAPS
DECLARE_INTERFACE_
(
IDsDriver
,
IUnknown
)
{
IDsDriver_METHODS
};
#undef INTERFACE
#if
def COBJMACROS
#if
!defined (__cplusplus) || defined(CINTERFACE)
/*** IUnknown methods ***/
#define IDsDriver_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
#define IDsDriver_AddRef(p) (p)->lpVtbl->AddRef(p)
...
...
@@ -176,7 +176,7 @@ DECLARE_INTERFACE_(IDsDriver,IUnknown) { IDsDriver_METHODS };
DECLARE_INTERFACE_
(
IDsDriverBuffer
,
IUnknown
)
{
IDsDriverBuffer_METHODS
};
#undef INTERFACE
#if
def COBJMACROS
#if
!defined (__cplusplus) || defined(CINTERFACE)
/*** IUnknown methods ***/
#define IDsDriverBuffer_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
#define IDsDriverBuffer_AddRef(p) (p)->lpVtbl->AddRef(p)
...
...
@@ -205,7 +205,7 @@ DECLARE_INTERFACE_(IDsDriverBuffer,IUnknown) { IDsDriverBuffer_METHODS };
DECLARE_INTERFACE_
(
IDsDriverPropertySet
,
IUnknown
)
{
IDsDriverPropertySet_METHODS
};
#undef INTERFACE
#if
def COBJMACROS
#if
!defined (__cplusplus) || defined(CINTERFACE)
/*** IUnknown methods ***/
#define IDsDriverPropertySet_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
#define IDsDriverPropertySet_AddRef(p) (p)->lpVtbl->AddRef(p)
...
...
@@ -261,7 +261,7 @@ typedef enum
DECLARE_INTERFACE_
(
IDsDriverNotify
,
IUnknown
)
{
IDsDriverNotify_METHODS
};
#undef INTERFACE
#if
def COBJMACROS
#if
!defined (__cplusplus) || defined(CINTERFACE)
/*** IUnknown methods ***/
#define IDsDriverNotify_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
#define IDsDriverNotify_AddRef(p) (p)->lpVtbl->AddRef(p)
...
...
@@ -284,7 +284,7 @@ DECLARE_INTERFACE_(IDsDriverNotify,IUnknown) { IDsDriverNotify_METHODS };
DECLARE_INTERFACE_
(
IDsCaptureDriver
,
IUnknown
)
{
IDsCaptureDriver_METHODS
};
#undef INTERFACE
#if
def COBJMACROS
#if
!defined (__cplusplus) || defined(CINTERFACE)
/*** IUnknown methods ***/
#define IDsCaptureDriver_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
#define IDsCaptureDriver_AddRef(p) (p)->lpVtbl->AddRef(p)
...
...
@@ -313,7 +313,7 @@ DECLARE_INTERFACE_(IDsCaptureDriver,IUnknown) { IDsCaptureDriver_METHODS };
DECLARE_INTERFACE_
(
IDsCaptureDriverBuffer
,
IUnknown
)
{
IDsCaptureDriverBuffer_METHODS
};
#undef INTERFACE
#if
def COBJMACROS
#if
!defined (__cplusplus) || defined(CINTERFACE)
/*** IUnknown methods ***/
#define IDsCaptureDriverBuffer_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
#define IDsCaptureDriverBuffer_AddRef(p) (p)->lpVtbl->AddRef(p)
...
...
include/wine/wined3d_interface.h
View file @
6be32f7e
...
...
@@ -74,7 +74,7 @@ typedef struct IWineD3D IWineD3D;
DECLARE_INTERFACE_
(
IWineD3D
,
IUnknown
)
{
IWineD3D_METHODS
};
#undef INTERFACE
#if
def COBJMACROS
#if
!defined(__cplusplus) || defined(CINTERFACE)
/*** IUnknown methods ***/
#define IWineD3D_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
#define IWineD3D_AddRef(p) (p)->lpVtbl->AddRef(p)
...
...
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