[ros-diffs] [fireball] 43143: [winldr] - Fix release build.

fireball at svn.reactos.org fireball at svn.reactos.org
Fri Sep 25 15:03:42 CEST 2009


Author: fireball
Date: Fri Sep 25 15:03:42 2009
New Revision: 43143

URL: http://svn.reactos.org/svn/reactos?rev=43143&view=rev
Log:
[winldr]
- Fix release build.

Modified:
    trunk/reactos/boot/freeldr/freeldr/windows/setupldr2.c

Modified: trunk/reactos/boot/freeldr/freeldr/windows/setupldr2.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/setupldr2.c?rev=43143&r1=43142&r2=43143&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/windows/setupldr2.c [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/windows/setupldr2.c [iso-8859-1] Fri Sep 25 15:03:42 2009
@@ -157,7 +157,10 @@
     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;




More information about the Ros-diffs mailing list