mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
[winldr]
- Fix release build. svn path=/trunk/; revision=43143
This commit is contained in:
parent
f57d3a98b7
commit
02b0f9d055
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue