From deaf2f593da0b8bf3170b0df1194a0ec2dc4880f Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 24 Sep 2010 15:37:10 +0200 Subject: [PATCH] version: Don't bother importing lz32, all the functions are in kernel32. --- dlls/version/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/version/Makefile.in b/dlls/version/Makefile.in index 1e5142af933..c4e3f3844c8 100644 --- a/dlls/version/Makefile.in +++ b/dlls/version/Makefile.in @@ -1,6 +1,5 @@ MODULE = version.dll IMPORTLIB = version -IMPORTS = lz32 C_SRCS = \ info.c \