Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
09b347ae
Commit
09b347ae
authored
Aug 15, 2010
by
Rico Schüller
Committed by
Alexandre Julliard
Aug 17, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d10: Fix d3dcommon.h inclusion.
parent
1a1ffe60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
d3d10.idl
include/d3d10.idl
+1
-0
d3dcommon.idl
include/d3dcommon.idl
+2
-1
No files found.
include/d3d10.idl
View file @
09b347ae
...
...
@@ -19,6 +19,7 @@
import
"oaidl.idl"
;
import
"ocidl.idl"
;
import
"dxgi.idl"
;
import
"d3dcommon.idl"
;
cpp_quote
(
"#ifndef _D3D10_CONSTANTS"
)
cpp_quote
(
"#define _D3D10_CONSTANTS"
)
...
...
include/d3dcommon.idl
View file @
09b347ae
...
...
@@ -35,12 +35,13 @@ typedef struct _D3D_SHADER_MACRO* LPD3D_SHADER_MACRO;
interface
ID3D10Blob
:
IUnknown
{
void
*
GetBufferPointer
()
;
DWORD
GetBufferSize
()
;
SIZE_T
GetBufferSize
()
;
}
typedef
ID3D10Blob
*
LPD3D10BLOB
;
typedef
ID3D10Blob
ID3DBlob
;
typedef
ID3DBlob
*
LPD3DBLOB
;
cpp_quote
(
"#define IID_ID3DBlob IID_ID3D10Blob"
)
typedef
enum
_D3D_INCLUDE_TYPE
{
...
...
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