shlwapi cleanup

Alexandre Julliard julliard at winehq.com
Thu Jul 25 18:34:24 CDT 2002


"Jürgen Schmied" <juergenschmied at lycos.de> writes:

> --- wine/dlls/shlwapi/Makefile.in	22 Jul 2002 20:32:53 -0000	1.21
> +++ wine/dlls/shlwapi/Makefile.in	24 Jul 2002 19:21:55 -0000
> @@ -4,8 +4,8 @@
>  SRCDIR    = @srcdir@
>  VPATH     = @srcdir@
>  MODULE    = shlwapi.dll
> -# fixme: avoid ole32.dll import
> -IMPORTS   = ole32 user32 gdi32 advapi32 kernel32
> +IMPORTS   = advapi32 gdi32 kernel32 user32
> +DELAYIMPORTS = comctl32 comdlg32 mpr ole32 shell32 version winmm

Some of these (like shell32) will create circular dependencies. This
must be avoided, our build process doesn't handle that.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list