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
d2521ce3
Commit
d2521ce3
authored
Jul 02, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d8: Build with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
629f2709
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
2 additions
and
23 deletions
+2
-23
Makefile.in
dlls/d3d8/Makefile.in
+2
-0
buffer.c
dlls/d3d8/buffer.c
+0
-2
d3d8_main.c
dlls/d3d8/d3d8_main.c
+0
-2
device.c
dlls/d3d8/device.c
+0
-3
directx.c
dlls/d3d8/directx.c
+0
-4
shader.c
dlls/d3d8/shader.c
+0
-2
surface.c
dlls/d3d8/surface.c
+0
-2
swapchain.c
dlls/d3d8/swapchain.c
+0
-2
texture.c
dlls/d3d8/texture.c
+0
-2
vertexdeclaration.c
dlls/d3d8/vertexdeclaration.c
+0
-2
volume.c
dlls/d3d8/volume.c
+0
-2
No files found.
dlls/d3d8/Makefile.in
View file @
d2521ce3
...
...
@@ -2,6 +2,8 @@ MODULE = d3d8.dll
IMPORTLIB
=
d3d8
IMPORTS
=
dxguid uuid wined3d
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
buffer.c
\
d3d8_main.c
\
...
...
dlls/d3d8/buffer.c
View file @
d2521ce3
...
...
@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include "d3d8_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d8
);
...
...
dlls/d3d8/d3d8_main.c
View file @
d2521ce3
...
...
@@ -19,8 +19,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "initguid.h"
#include "d3d8_private.h"
#include "wine/debug.h"
...
...
dlls/d3d8/device.c
View file @
d2521ce3
...
...
@@ -19,9 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include <stdarg.h>
...
...
dlls/d3d8/directx.c
View file @
d2521ce3
...
...
@@ -20,9 +20,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include "windef.h"
...
...
@@ -30,7 +27,6 @@
#include "wingdi.h"
#include "winuser.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "d3d8_private.h"
...
...
dlls/d3d8/shader.c
View file @
d2521ce3
...
...
@@ -17,8 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include "d3d8_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d8
);
...
...
dlls/d3d8/surface.c
View file @
d2521ce3
...
...
@@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include "d3d8_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d8
);
...
...
dlls/d3d8/swapchain.c
View file @
d2521ce3
...
...
@@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include "d3d8_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d8
);
...
...
dlls/d3d8/texture.c
View file @
d2521ce3
...
...
@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include "d3d8_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d8
);
...
...
dlls/d3d8/vertexdeclaration.c
View file @
d2521ce3
...
...
@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include "d3d8_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d8
);
...
...
dlls/d3d8/volume.c
View file @
d2521ce3
...
...
@@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include "d3d8_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d8
);
...
...
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