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
6154bf1a
Commit
6154bf1a
authored
Sep 08, 2010
by
Roderick Colenbrander
Committed by
Alexandre Julliard
Sep 08, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Undefine INTERFACE before defining it.
parent
32c8b466
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
d3d.h
include/d3d.h
+1
-0
d3d8.h
include/d3d8.h
+1
-0
d3d9.h
include/d3d9.h
+1
-0
ddraw.h
include/ddraw.h
+1
-0
No files found.
include/d3d.h
View file @
6154bf1a
...
...
@@ -202,6 +202,7 @@ typedef DWORD D3DVIEWPORTHANDLE, *LPD3DVIEWPORTHANDLE;
/*****************************************************************************
* IDirect3D interface
*/
#undef INTERFACE
#define INTERFACE IDirect3D
DECLARE_INTERFACE_
(
IDirect3D
,
IUnknown
)
{
...
...
include/d3d8.h
View file @
6154bf1a
...
...
@@ -129,6 +129,7 @@ typedef struct IDirect3DVolumeTexture8 *LPDIRECT3DVOLUMETEXTURE8, *PDIRECT3DVOLU
/*****************************************************************************
* IDirect3D8 interface
*/
#undef INTERFACE
#define INTERFACE IDirect3D8
DECLARE_INTERFACE_
(
IDirect3D8
,
IUnknown
)
{
...
...
include/d3d9.h
View file @
6154bf1a
...
...
@@ -163,6 +163,7 @@ typedef struct IDirect3DQuery9 *LPDIRECT3DQUERY9, *PDIRECT3DQUERY9;
/*****************************************************************************
* IDirect3D9 interface
*/
#undef INTERFACE
#define INTERFACE IDirect3D9
DECLARE_INTERFACE_
(
IDirect3D9
,
IUnknown
)
{
...
...
include/ddraw.h
View file @
6154bf1a
...
...
@@ -1220,6 +1220,7 @@ typedef struct tagDDDEVICEIDENTIFIER2 {
/*****************************************************************************
* IDirectDrawPalette interface
*/
#undef INTERFACE
#define INTERFACE IDirectDrawPalette
DECLARE_INTERFACE_
(
IDirectDrawPalette
,
IUnknown
)
{
...
...
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