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
3c4c23f4
Commit
3c4c23f4
authored
Nov 22, 2012
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 22, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9: Avoid LPD3DXFILEENUMOBJECT.
parent
b868105e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
d3dx9xof.h
include/d3dx9xof.h
+4
-3
No files found.
include/d3dx9xof.h
View file @
3c4c23f4
...
...
@@ -76,10 +76,11 @@ DECLARE_INTERFACE_IID_(ID3DXFile,IUnknown,"cef08cf9-7b4f-4429-9624-2a690a933201"
STDMETHOD_
(
ULONG
,
AddRef
)(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
Release
)(
THIS
)
PURE
;
/*** ID3DXFile methods ***/
STDMETHOD
(
CreateEnumObject
)(
THIS_
LPCVOID
,
D3DXF_FILELOADOPTIONS
,
LPD3DXFILEENUMOBJECT
*
)
PURE
;
STDMETHOD
(
CreateEnumObject
)(
THIS_
const
void
*
src
,
D3DXF_FILELOADOPTIONS
type
,
struct
ID3DXFileEnumObject
**
enum_obj
)
PURE
;
STDMETHOD
(
CreateSaveObject
)(
THIS_
LPCVOID
,
D3DXF_FILESAVEOPTIONS
,
D3DXF_FILEFORMAT
,
LPD3DXFILESAVEOBJECT
*
)
PURE
;
STDMETHOD
(
RegisterTemplates
)(
THIS_
LPCVOID
,
SIZE_T
)
PURE
;
STDMETHOD
(
RegisterEnumTemplates
)(
THIS_
LPD3DXFILEENUMOBJECT
)
PURE
;
STDMETHOD
(
RegisterEnumTemplates
)(
THIS_
struct
ID3DXFileEnumObject
*
enum_obj
)
PURE
;
};
#undef INTERFACE
...
...
@@ -139,7 +140,7 @@ DECLARE_INTERFACE_IID_(ID3DXFileData,IUnknown,"cef08cfd-7b4f-4429-9624-2a690a933
STDMETHOD_
(
ULONG
,
AddRef
)(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
Release
)(
THIS
)
PURE
;
/*** ID3DXFileData methods ***/
STDMETHOD
(
GetEnum
)(
THIS_
LPD3DXFILEENUMOBJECT
*
)
PURE
;
STDMETHOD
(
GetEnum
)(
THIS_
ID3DXFileEnumObject
**
enum_obj
)
PURE
;
STDMETHOD
(
GetName
)(
THIS_
LPSTR
,
SIZE_T
*
)
PURE
;
STDMETHOD
(
GetId
)(
THIS_
LPGUID
)
PURE
;
STDMETHOD
(
Lock
)(
THIS_
SIZE_T
*
,
LPCVOID
*
)
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