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
5e3b4c87
Commit
5e3b4c87
authored
Apr 16, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Apr 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3drm: Avoid LPDIRECT3DRM.
parent
1a551fe5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
d3drm.c
dlls/d3drm/tests/d3drm.c
+0
-0
d3drm.h
include/d3drm.h
+1
-1
d3drmobj.h
include/d3drmobj.h
+1
-1
No files found.
dlls/d3drm/tests/d3drm.c
View file @
5e3b4c87
This diff is collapsed.
Click to expand it.
include/d3drm.h
View file @
5e3b4c87
...
...
@@ -41,7 +41,7 @@ DEFINE_GUID(IID_IDirect3DRM3, 0x4516ec83, 0x8f20, 0x11d0, 0x9b, 0x
typedef
struct
IDirect3DRM2
*
LPDIRECT3DRM2
,
**
LPLPDIRECT3DRM2
;
typedef
struct
IDirect3DRM3
*
LPDIRECT3DRM3
,
**
LPLPDIRECT3DRM3
;
HRESULT
WINAPI
Direct3DRMCreate
(
LPDIRECT3DRM
*
ppDirect3DRM
);
HRESULT
WINAPI
Direct3DRMCreate
(
struct
IDirect3DRM
**
d3drm
);
/*****************************************************************************
* IDirect3DRMObject interface
...
...
include/d3drmobj.h
View file @
5e3b4c87
...
...
@@ -261,7 +261,7 @@ DECLARE_INTERFACE_(IDirect3DRMObject2,IUnknown)
STDMETHOD
(
Clone
)(
THIS_
LPUNKNOWN
pUnkOuter
,
REFIID
riid
,
LPVOID
*
ppvObj
)
PURE
;
STDMETHOD
(
DeleteDestroyCallback
)(
THIS_
D3DRMOBJECTCALLBACK
pFunc
,
LPVOID
pArg
)
PURE
;
STDMETHOD
(
GetClientData
)(
THIS_
DWORD
id
,
LPVOID
*
ppData
)
PURE
;
STDMETHOD
(
GetDirect3DRM
)(
THIS_
LPDIRECT3DRM
*
ppDirect3DRM
)
PURE
;
STDMETHOD
(
GetDirect3DRM
)(
THIS_
struct
IDirect3DRM
**
d3drm
)
PURE
;
STDMETHOD
(
GetName
)(
THIS_
LPDWORD
pSize
,
LPSTR
pName
)
PURE
;
STDMETHOD
(
SetClientData
)(
THIS_
DWORD
id
,
LPVOID
pData
,
DWORD
flags
)
PURE
;
STDMETHOD
(
SetName
)(
THIS_
LPCSTR
pName
)
PURE
;
...
...
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