Should have checked it built OK with mingw first.
Modified: trunk/reactos/subsys/system/sc/create.c

Modified: trunk/reactos/subsys/system/sc/create.c
--- trunk/reactos/subsys/system/sc/create.c	2005-11-07 21:14:03 UTC (rev 19042)
+++ trunk/reactos/subsys/system/sc/create.c	2005-11-07 21:16:30 UTC (rev 19043)
@@ -15,7 +15,7 @@
 {
     SC_HANDLE hSc;
     LPCTSTR BinaryPathName = *++ServiceArgs;
-    LPCTSTR *Options = ++ServiceArgs;
+//    LPCTSTR *Options = ++ServiceArgs;
     
     if ((! ServiceName) || (! BinaryPathName))
         return CreateUsage();