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
b698e51c
Commit
b698e51c
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 LPD3DXFILESAVEDATA.
parent
3c4c23f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
d3dx9xof.h
include/d3dx9xof.h
+4
-2
No files found.
include/d3dx9xof.h
View file @
b698e51c
...
...
@@ -93,7 +93,8 @@ DECLARE_INTERFACE_IID_(ID3DXFileSaveObject,IUnknown,"cef08cfa-7b4f-4429-9624-2a6
STDMETHOD_
(
ULONG
,
Release
)(
THIS
)
PURE
;
/*** ID3DXFileSaveObject methods ***/
STDMETHOD
(
GetFile
)(
THIS_
LPD3DXFILE
*
)
PURE
;
STDMETHOD
(
AddDataObject
)(
THIS_
REFGUID
,
LPCSTR
,
CONST
GUID
*
,
SIZE_T
,
LPCVOID
,
LPD3DXFILESAVEDATA
*
)
PURE
;
STDMETHOD
(
AddDataObject
)(
THIS_
REFGUID
template_guid
,
const
char
*
name
,
const
GUID
*
guid
,
SIZE_T
data_size
,
const
void
*
data
,
struct
ID3DXFileSaveData
**
obj
)
PURE
;
STDMETHOD
(
Save
)(
THIS
)
PURE
;
};
#undef INTERFACE
...
...
@@ -110,7 +111,8 @@ DECLARE_INTERFACE_IID_(ID3DXFileSaveData,IUnknown,"cef08cfb-7b4f-4429-9624-2a690
STDMETHOD
(
GetName
)(
THIS_
LPSTR
,
SIZE_T
*
)
PURE
;
STDMETHOD
(
GetId
)(
THIS_
LPGUID
)
PURE
;
STDMETHOD
(
GetType
)(
THIS_
GUID
*
)
PURE
;
STDMETHOD
(
AddDataObject
)(
THIS_
REFGUID
,
LPCSTR
,
CONST
GUID
*
,
SIZE_T
,
LPCVOID
,
LPD3DXFILESAVEDATA
*
)
PURE
;
STDMETHOD
(
AddDataObject
)(
THIS_
REFGUID
template_guid
,
const
char
*
name
,
const
GUID
*
guid
,
SIZE_T
data_size
,
const
void
*
data
,
ID3DXFileSaveData
**
obj
)
PURE
;
STDMETHOD
(
AddDataReference
)(
THIS_
LPCSTR
,
CONST
GUID
*
)
PURE
;
};
#undef INTERFACE
...
...
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