d3d9: Remove dependencies on OpenGL headers and libraries.
This commit is contained in:
parent
558fbb8af8
commit
7b27b33495
|
@ -5,8 +5,7 @@ VPATH = @srcdir@
|
||||||
MODULE = d3d9.dll
|
MODULE = d3d9.dll
|
||||||
IMPORTLIB = libd3d9.$(IMPLIBEXT)
|
IMPORTLIB = libd3d9.$(IMPLIBEXT)
|
||||||
IMPORTS = wined3d user32 gdi32 kernel32
|
IMPORTS = wined3d user32 gdi32 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 \
|
||||||
|
|
|
@ -23,10 +23,6 @@
|
||||||
#ifndef __WINE_D3D9_PRIVATE_H
|
#ifndef __WINE_D3D9_PRIVATE_H
|
||||||
#define __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>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#define NONAMELESSUNION
|
#define NONAMELESSUNION
|
||||||
|
@ -38,15 +34,6 @@
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
#include "wine/unicode.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 "gdi.h"
|
||||||
#include "d3d9.h"
|
#include "d3d9.h"
|
||||||
#include "ddraw.h"
|
#include "ddraw.h"
|
||||||
|
|
Loading…
Reference in New Issue