3 Commits (2dcea1bd8f6939c9d894c6e3ba9ed28795c73e38)

Author SHA1 Message Date
Iain Patterson e42e6900a5 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.
11 years ago
Iain Patterson f6cbc7a593 Updated nssm.dsp with missing dependencies.
Opening nssm.dsp in Visual Studio 2010 and accepting conversion to the
latest project format produced a project which would not build because
io.cpp, io.h, process.cpp, process.h and shlwapi.lib had not been added
to nssm.dsp.

They were present in nssm.vcproj from Visual Studio 2008 and it was
possible to load that project and convert to a format which worked.

Thanks Guy Brousseau.
11 years ago
Iain Patterson d007ff22ce NSSM 1.0. 15 years ago