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
515af78f
Commit
515af78f
authored
Sep 18, 2013
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 18, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d11sdklayers.idl: Added new file.
parent
69fe799c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletion
+3
-1
.gitignore
.gitignore
+1
-0
Makefile.in
include/Makefile.in
+1
-0
d3d11.idl
include/d3d11.idl
+1
-1
d3d11sdklayers.idl
include/d3d11sdklayers.idl
+0
-0
No files found.
.gitignore
View file @
515af78f
...
...
@@ -170,6 +170,7 @@ include/ctxtcall.h
include/d3d10.h
include/d3d10_1.h
include/d3d11.h
include/d3d11sdklayers.h
include/d3dcommon.h
include/ddstream.h
include/devicetopology.h
...
...
include/Makefile.in
View file @
515af78f
...
...
@@ -24,6 +24,7 @@ PUBLIC_IDL_H_SRCS = \
d3d10.idl
\
d3d10_1.idl
\
d3d11.idl
\
d3d11sdklayers.idl
\
d3dcommon.idl
\
ddstream.idl
\
devicetopology.idl
\
...
...
include/d3d11.idl
View file @
515af78f
...
...
@@ -1983,7 +1983,7 @@ const UINT D3D11_SDK_VERSION = 7;
cpp_quote
(
"#include <d3d10_1.h>"
)
cpp_quote
(
"#ifndef D3D11_IGNORE_SDK_LAYERS"
)
cpp_quote
(
"
/* FIXME: # include <d3d11sdklayers.h> */
"
)
cpp_quote
(
"
# include <d3d11sdklayers.h>
"
)
cpp_quote
(
"#endif"
)
cpp_quote
(
"#include <d3d10misc.h>"
)
cpp_quote
(
"#include <d3d10shader.h>"
)
...
...
include/d3d11sdklayers.idl
0 → 100644
View file @
515af78f
This diff is collapsed.
Click to expand it.
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