"James Hawkins" <[EMAIL PROTECTED]> wrote: > Changelog > * Dynamically call LoadString from user32. > * Remove all direct user32 dependencies. > * Don't import user32.
> --- programs/wcmd/Makefile.in 9 Mar 2004 04:54:07 -0000 1.22 > +++ programs/wcmd/Makefile.in 9 Jun 2005 00:20:31 -0000 > @@ -4,7 +4,7 @@ SRCDIR = @srcdir@ > VPATH = @srcdir@ > MODULE = wcmd.exe > APPMODE = -mconsole > -IMPORTS = shell32 user32 kernel32 > +IMPORTS = shell32 kernel32 wcmd still indirectly depends on user32 due to the fact that shell32 imports user32, and that's unavoidable. -- Dmitry.
