From 9009aaf27ccc191081ae6ddf028477927eea57d0 Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Mon, 7 Nov 2005 21:16:30 +0000 Subject: [PATCH] Should have checked it built OK with mingw first. svn path=/trunk/; revision=19043 --- reactos/subsys/system/sc/create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/sc/create.c b/reactos/subsys/system/sc/create.c index 027bc51f962..89e1ea5a2e8 100644 --- a/reactos/subsys/system/sc/create.c +++ b/reactos/subsys/system/sc/create.c @@ -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();