[winldr]
authorAleksey Bragin <aleksey@reactos.org>
Fri, 25 Sep 2009 13:03:42 +0000 (13:03 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Fri, 25 Sep 2009 13:03:42 +0000 (13:03 +0000)
- Fix release build.

svn path=/trunk/; revision=43143

reactos/boot/freeldr/freeldr/windows/setupldr2.c

index d449edd..3d577bb 100644 (file)
@@ -157,7 +157,10 @@ VOID LoadReactOSSetup2(VOID)
     CHAR  SystemPath[512], SearchPath[512];
     CHAR  FileName[512];
     CHAR  BootPath[512];
-    LPCSTR LoadOptions, DbgOptions, BootOptions;
+    LPCSTR LoadOptions, BootOptions;
+#if DBG
+    LPCSTR DbgOptions;
+#endif
     PVOID NtosBase = NULL, HalBase = NULL, KdComBase = NULL;
     BOOLEAN Status;
     ULONG i, ErrorLine;