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
f6750b7d
Commit
f6750b7d
authored
Nov 04, 2010
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
Nov 05, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add missing definitions for LPDIRECT3DRM2 and LPDIRECT3DRM3.
parent
6d48656f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
d3drm.h
include/d3drm.h
+11
-1
No files found.
include/d3drm.h
View file @
f6750b7d
...
...
@@ -22,10 +22,13 @@
#include <ddraw.h>
typedef
struct
IDirect3DRM
*
LPDIRECT3DRM
;
typedef
struct
IDirect3DRM
*
LPDIRECT3DRM
,
**
LPLPDIRECT3DRM
;
#include <d3drmobj.h>
#ifdef __cplusplus
extern
"C"
{
#endif
/* Direct3DRM Object CLSID */
DEFINE_GUID
(
CLSID_CDirect3DRM
,
0x4516ec41
,
0x8f20
,
0x11d0
,
0x9b
,
0x6d
,
0x00
,
0x00
,
0xc0
,
0x78
,
0x1b
,
0xc3
);
...
...
@@ -35,6 +38,9 @@ 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
struct
IDirect3DRM2
*
LPDIRECT3DRM2
,
**
LPLPDIRECT3DRM2
;
typedef
struct
IDirect3DRM3
*
LPDIRECT3DRM3
,
**
LPLPDIRECT3DRM3
;
HRESULT
WINAPI
Direct3DRMCreate
(
LPDIRECT3DRM
*
ppDirect3DRM
);
/*****************************************************************************
...
...
@@ -494,4 +500,8 @@ DECLARE_INTERFACE_(IDirect3DRM3,IUnknown)
#define D3DRMERR_TEXTUREFORMATNOTFOUND MAKE_DDHRESULT(811)
#define D3DRMERR_NOTAGGREGATED MAKE_DDHRESULT(812)
#ifdef __cplusplus
}
#endif
#endif
/* __D3DRM_H__ */
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