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
d2163749
Commit
d2163749
authored
Jul 02, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d11: Build with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
19f17736
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
2 additions
and
30 deletions
+2
-30
Makefile.in
dlls/d3d11/Makefile.in
+2
-0
async.c
dlls/d3d11/async.c
+0
-3
buffer.c
dlls/d3d11/buffer.c
+0
-3
d3d11_main.c
dlls/d3d11/d3d11_main.c
+0
-3
device.c
dlls/d3d11/device.c
+0
-3
inputlayout.c
dlls/d3d11/inputlayout.c
+0
-3
shader.c
dlls/d3d11/shader.c
+0
-3
state.c
dlls/d3d11/state.c
+0
-3
texture.c
dlls/d3d11/texture.c
+0
-3
utils.c
dlls/d3d11/utils.c
+0
-3
view.c
dlls/d3d11/view.c
+0
-3
No files found.
dlls/d3d11/Makefile.in
View file @
d2163749
...
...
@@ -2,6 +2,8 @@ MODULE = d3d11.dll
IMPORTLIB
=
d3d11
IMPORTS
=
dxguid uuid dxgi wined3d
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
async.c
\
buffer.c
\
...
...
dlls/d3d11/async.c
View file @
d2163749
...
...
@@ -18,9 +18,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d11
);
...
...
dlls/d3d11/buffer.c
View file @
d2163749
...
...
@@ -17,9 +17,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d11
);
...
...
dlls/d3d11/d3d11_main.c
View file @
d2163749
...
...
@@ -20,9 +20,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#define D3D11_INIT_GUID
#include "d3d11_private.h"
...
...
dlls/d3d11/device.c
View file @
d2163749
...
...
@@ -17,9 +17,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#define NONAMELESSUNION
#include "d3d11_private.h"
...
...
dlls/d3d11/inputlayout.c
View file @
d2163749
...
...
@@ -17,9 +17,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h"
#include "winternl.h"
...
...
dlls/d3d11/shader.c
View file @
d2163749
...
...
@@ -17,9 +17,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h"
#include "winternl.h"
...
...
dlls/d3d11/state.c
View file @
d2163749
...
...
@@ -17,9 +17,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d11
);
...
...
dlls/d3d11/texture.c
View file @
d2163749
...
...
@@ -18,9 +18,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d11
);
...
...
dlls/d3d11/utils.c
View file @
d2163749
...
...
@@ -17,9 +17,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d11
);
...
...
dlls/d3d11/view.c
View file @
d2163749
...
...
@@ -17,9 +17,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#define NONAMELESSUNION
#include "d3d11_private.h"
...
...
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