mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
Should have checked it built OK with mingw first.
svn path=/trunk/; revision=19043
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user