More CreateProcess() fun.
authorIain Patterson <me@iain.cx>
Mon, 3 Oct 2011 20:53:26 +0000 (21:53 +0100)
committerIain Patterson <me@iain.cx>
Tue, 11 Oct 2011 10:05:21 +0000 (11:05 +0100)
commit1766fb0329d968ffe95cb650a4737843855b7cd0
treedd36644faeab20e951e1d424bad863f7e0aa0f7c
parentf1d0155706497569d85c8210e8dd9091278a0e95
More CreateProcess() fun.

Correctly handle the case where the application executable is under
a path which contains space and an executable sharing the initial
part of that path (up to a space) exists.

A (contrived) example is when Application is

  C:\stuff\app lications\foo.exe

and C:\stuff\app.exe also exists.

Thanks Eugene Lifshitz.
ChangeLog.txt
README.txt
service.cpp