mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +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;
|
||||
LPCTSTR BinaryPathName = *++ServiceArgs;
|
||||
LPCTSTR *Options = ++ServiceArgs;
|
||||
// LPCTSTR *Options = ++ServiceArgs;
|
||||
|
||||
if ((! ServiceName) || (! BinaryPathName))
|
||||
return CreateUsage();
|
||||
|
|
Loading…
Reference in a new issue