mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[winldr]
- Fix release build. svn path=/trunk/; revision=43143
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user