Re: wcmd: Remove user32 dependencies

2005-06-08 Thread Marcelo Duarte
James Hawkins escreveu: Hi, This patch is in responese to Bug #1982 'Can't SSH into a computer and use "wine cmd" or wineconsole' http://bugs.winehq.org/show_bug.cgi?id=1982 The problem as identified by Marcus is that wcmd is importing user32 which brings in the x11 driver causing the ssh'ed

Re: Remove user32 dependencies

2005-06-08 Thread Dmitry Timoshkov
"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 - 1.22 > +++ programs/wcmd/Makefile.in 9 Jun 2005 00:20:31 - > @@ -4,