Should have checked it built OK with mingw first.

svn path=/trunk/; revision=19043
This commit is contained in:
Ged Murphy 2005-11-07 21:16:30 +00:00
parent dedb760816
commit 9009aaf27c

View file

@ -15,7 +15,7 @@ BOOL Create(LPCTSTR ServiceName, LPCTSTR *ServiceArgs)
{ {
SC_HANDLE hSc; SC_HANDLE hSc;
LPCTSTR BinaryPathName = *++ServiceArgs; LPCTSTR BinaryPathName = *++ServiceArgs;
LPCTSTR *Options = ++ServiceArgs; // LPCTSTR *Options = ++ServiceArgs;
if ((! ServiceName) || (! BinaryPathName)) if ((! ServiceName) || (! BinaryPathName))
return CreateUsage(); return CreateUsage();