David Adam : d3dx9: Remove the useless d3dx8 import.

Alexandre Julliard julliard at winehq.org
Mon Jul 13 07:56:00 CDT 2009


Module: wine
Branch: master
Commit: 5dfa6955eead20de0288a3e7b37e450b39ade14c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5dfa6955eead20de0288a3e7b37e450b39ade14c

Author: David Adam <david.adam.cnrs at gmail.com>
Date:   Sat Jul 11 18:09:40 2009 +0200

d3dx9: Remove the useless d3dx8 import.

---

 dlls/d3dx9_36/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dx9_36/Makefile.in b/dlls/d3dx9_36/Makefile.in
index d64257d..88ac1d7 100644
--- a/dlls/d3dx9_36/Makefile.in
+++ b/dlls/d3dx9_36/Makefile.in
@@ -4,7 +4,7 @@ SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = d3dx9_36.dll
 IMPORTLIB = d3dx9
-IMPORTS   = d3d9 d3dx8 gdi32 user32 kernel32
+IMPORTS   = d3d9 gdi32 user32 kernel32
 
 C_SRCS = \
 	core.c \




More information about the wine-cvs mailing list