[PATCH] setup.exe: add autoload and version check for AttachConsole

2009-04-01 Thread Dave Korn
Hi gang, AttachConsole (added recently for stdout/stderr handling) doesn't exist on win2k, having been introduced in xp/2k3, so setup HEAD currently doesn't run there. The attached patch fixes the load-time problem by adding an autoload. That won't prevent the run-time crash if the

Re: [PATCH] setup.exe: add autoload and version check for AttachConsole

2009-04-01 Thread Christopher Faylor
On Wed, Apr 01, 2009 at 12:54:53PM +0100, Dave Korn wrote: Hi gang, AttachConsole (added recently for stdout/stderr handling) doesn't exist on win2k, having been introduced in xp/2k3, so setup HEAD currently doesn't run there. The attached patch fixes the load-time problem by adding an

Re: [PATCH] setup.exe: add autoload and version check for AttachConsole

2009-04-01 Thread Dave Korn
Christopher Faylor wrote: Please don't submit this. I'll fix the problem but not this way. Okeydokey, cancelled, NP :) cheers, DaveK