From: Iain Patterson Date: Tue, 12 Nov 2013 10:50:21 +0000 (+0000) Subject: AttachConsole() isn't available in Windows 2000. X-Git-Tag: v2.17~3 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=e42e6900a5dad50b952d92c57344fdea2e13646e;hp=e42e6900a5dad50b952d92c57344fdea2e13646e;p=nssm.git AttachConsole() isn't available in Windows 2000. 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. ---