- Fix release build.

svn path=/trunk/; revision=43143
This commit is contained in:
Aleksey Bragin 2009-09-25 13:03:42 +00:00
parent f57d3a98b7
commit 02b0f9d055

View 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;