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
4caf450a
Commit
4caf450a
authored
May 30, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d10: Build with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
239499a5
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
15 deletions
+4
-15
Makefile.in
dlls/d3d10/Makefile.in
+2
-0
d3d10_main.c
dlls/d3d10/d3d10_main.c
+0
-3
d3d10_private.h
dlls/d3d10/d3d10_private.h
+2
-0
effect.c
dlls/d3d10/effect.c
+0
-3
shader.c
dlls/d3d10/shader.c
+0
-3
stateblock.c
dlls/d3d10/stateblock.c
+0
-3
utils.c
dlls/d3d10/utils.c
+0
-3
No files found.
dlls/d3d10/Makefile.in
View file @
4caf450a
...
...
@@ -2,6 +2,8 @@ MODULE = d3d10.dll
IMPORTLIB
=
d3d10
IMPORTS
=
dxguid uuid d3d10core d3dcompiler dxgi
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
d3d10_main.c
\
effect.c
\
...
...
dlls/d3d10/d3d10_main.c
View file @
4caf450a
...
...
@@ -20,9 +20,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "d3d10_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d10
);
...
...
dlls/d3d10/d3d10_private.h
View file @
4caf450a
...
...
@@ -19,6 +19,8 @@
#ifndef __WINE_D3D10_PRIVATE_H
#define __WINE_D3D10_PRIVATE_H
#include <math.h>
#include "wine/debug.h"
#include "wine/rbtree.h"
#include "wine/heap.h"
...
...
dlls/d3d10/effect.c
View file @
4caf450a
...
...
@@ -18,9 +18,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "d3d10_private.h"
#include <float.h>
...
...
dlls/d3d10/shader.c
View file @
4caf450a
...
...
@@ -18,9 +18,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "d3d10_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d10
);
...
...
dlls/d3d10/stateblock.c
View file @
4caf450a
...
...
@@ -17,9 +17,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "d3d10_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d10
);
...
...
dlls/d3d10/utils.c
View file @
4caf450a
...
...
@@ -17,9 +17,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "d3d10_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d10
);
...
...
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