mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Should have checked it built OK with mingw first.
svn path=/trunk/; revision=19043
This commit is contained in:
parent
dedb760816
commit
9009aaf27c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue