[1/5] d3dcompiler: Remove useless kernel32 imports.

Matteo Bruni matteo.mystral at gmail.com
Mon Aug 16 16:30:04 CDT 2010


-------------- next part --------------
From 0e0d33ce544a28ef1d1841673996a9bab89105c6 Mon Sep 17 00:00:00 2001
From: Matteo Bruni <matteo.mystral at gmail.com>
Date: Mon, 16 Aug 2010 16:13:19 +0200
Subject: 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
-- 
1.7.1


More information about the wine-patches mailing list