Matteo Bruni : d3dcompiler: Remove useless kernel32 imports.

Alexandre Julliard julliard at winehq.org
Tue Aug 17 11:31:13 CDT 2010


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

Author: Matteo Bruni <matteo.mystral at gmail.com>
Date:   Mon Aug 16 16:13:19 2010 +0200

d3dcompiler: Remove useless kernel32 imports.

---

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

diff --git a/dlls/d3dcompiler_41/Makefile.in b/dlls/d3dcompiler_41/Makefile.in
index bbdd6af..763cbd2 100644
--- a/dlls/d3dcompiler_41/Makefile.in
+++ b/dlls/d3dcompiler_41/Makefile.in
@@ -3,7 +3,6 @@ TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = d3dcompiler_41.dll
-IMPORTS   = kernel32
 
 C_SRCS = \
 	d3dcompiler_41_main.c
diff --git a/dlls/d3dcompiler_42/Makefile.in b/dlls/d3dcompiler_42/Makefile.in
index 5d0a4a2..9d13198 100644
--- a/dlls/d3dcompiler_42/Makefile.in
+++ b/dlls/d3dcompiler_42/Makefile.in
@@ -3,7 +3,6 @@ TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = d3dcompiler_42.dll
-IMPORTS   = kernel32
 
 C_SRCS = \
 	d3dcompiler_42_main.c




More information about the wine-cvs mailing list