24 Sep
2010
24 Sep
'10
4:43 p.m.
Module: wine Branch: master Commit: deaf2f593da0b8bf3170b0df1194a0ec2dc4880f URL: http://source.winehq.org/git/wine.git/?a=commit;h=deaf2f593da0b8bf3170b0df11... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Sep 24 15:37:10 2010 +0200 version: Don't bother importing lz32, all the functions are in kernel32. --- dlls/version/Makefile.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/version/Makefile.in b/dlls/version/Makefile.in index 1e5142a..c4e3f38 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 \