Should have checked it built OK with mingw first.
authorGed Murphy <gedmurphy@reactos.org>
Mon, 7 Nov 2005 21:16:30 +0000 (21:16 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Mon, 7 Nov 2005 21:16:30 +0000 (21:16 +0000)
svn path=/trunk/; revision=19043

reactos/subsys/system/sc/create.c

index 027bc51..89e1ea5 100644 (file)
@@ -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();