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
558fbb8a
Commit
558fbb8a
authored
Jun 15, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d8: Remove dependencies on OpenGL headers and libraries.
parent
3862f8e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
15 deletions
+1
-15
Makefile.in
dlls/d3d8/Makefile.in
+1
-2
d3d8_private.h
dlls/d3d8/d3d8_private.h
+0
-13
No files found.
dlls/d3d8/Makefile.in
View file @
558fbb8a
...
@@ -5,8 +5,7 @@ VPATH = @srcdir@
...
@@ -5,8 +5,7 @@ VPATH = @srcdir@
MODULE
=
d3d8.dll
MODULE
=
d3d8.dll
IMPORTLIB
=
libd3d8.
$(IMPLIBEXT)
IMPORTLIB
=
libd3d8.
$(IMPLIBEXT)
IMPORTS
=
wined3d user32 gdi32 advapi32 kernel32
IMPORTS
=
wined3d user32 gdi32 advapi32 kernel32
EXTRAINCL
=
@X_CFLAGS@
EXTRALIBS
=
-ldxguid
-luuid
EXTRALIBS
=
-ldxguid
-luuid
@X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
C_SRCS
=
\
C_SRCS
=
\
basetexture.c
\
basetexture.c
\
...
...
dlls/d3d8/d3d8_private.h
View file @
558fbb8a
...
@@ -23,19 +23,6 @@
...
@@ -23,19 +23,6 @@
#ifndef __WINE_D3D8_PRIVATE_H
#ifndef __WINE_D3D8_PRIVATE_H
#define __WINE_D3D8_PRIVATE_H
#define __WINE_D3D8_PRIVATE_H
#ifndef __WINE_CONFIG_H
# error You must include config.h to use this header
#endif
#undef APIENTRY
#undef CALLBACK
#undef WINAPI
/* Redefines the constants */
#define CALLBACK __stdcall
#define WINAPI __stdcall
#define APIENTRY WINAPI
#include <stdarg.h>
#include <stdarg.h>
#define NONAMELESSUNION
#define NONAMELESSUNION
...
...
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