AttachConsole() isn't available in Windows 2000.
authorIain Patterson <me@iain.cx>
Tue, 12 Nov 2013 10:50:21 +0000 (10:50 +0000)
committerIain Patterson <me@iain.cx>
Tue, 12 Nov 2013 12:49:52 +0000 (12:49 +0000)
Instead of calling AttachConsole() directory use a function pointer in
the new global imports struct.  It's safe to skip any attempt to attach
to the console when the function isn't available.


No differences found