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