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
2795f4ad
Commit
2795f4ad
authored
Jan 10, 2010
by
Christian Costa
Committed by
Alexandre Julliard
Jan 11, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3drm: Fix LPDIRECT3DRM definition and make sure it is defined before including d3drmobj.h.
parent
9d5f6ef3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
d3drm.h
include/d3drm.h
+3
-2
No files found.
include/d3drm.h
View file @
2795f4ad
...
...
@@ -21,6 +21,9 @@
#define __D3DRM_H__
#include <ddraw.h>
typedef
struct
IDirect3DRM
*
LPDIRECT3DRM
;
#include <d3drmobj.h>
...
...
@@ -32,8 +35,6 @@ DEFINE_GUID(IID_IDirect3DRM, 0x2bc49361, 0x8327, 0x11cf, 0xac, 0x
DEFINE_GUID
(
IID_IDirect3DRM2
,
0x4516ecc8
,
0x8f20
,
0x11d0
,
0x9b
,
0x6d
,
0x00
,
0x00
,
0xc0
,
0x78
,
0x1b
,
0xc3
);
DEFINE_GUID
(
IID_IDirect3DRM3
,
0x4516ec83
,
0x8f20
,
0x11d0
,
0x9b
,
0x6d
,
0x00
,
0x00
,
0xc0
,
0x78
,
0x1b
,
0xc3
);
typedef
void
*
LPDIRECT3DRM
;
HRESULT
WINAPI
Direct3DRMCreate
(
LPDIRECT3DRM
*
ppDirect3DRM
);
/*****************************************************************************
...
...
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