Re: Remove user32 dependencies
9 Jun
2005
9 Jun
'05
3:08 a.m.
"James Hawkins" <truiken(a)gmail.com> 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.
7495
Age (days ago)
7495
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov