mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Fix compilation with DBG := 1 and KDBG := 0
svn path=/trunk/; revision=13024
This commit is contained in:
parent
2f96b042b8
commit
c5f29850b0
1 changed files with 2 additions and 0 deletions
|
@ -816,8 +816,10 @@ KdbpSymLoadModuleSymbols(IN PUNICODE_STRING FileName,
|
|||
PSYMBOLFILE_HEADER SymbolFileHeader;
|
||||
PIMAGE_SYMBOL_INFO_CACHE CachedSymbolFile;
|
||||
|
||||
#ifdef KDBG
|
||||
/* Allow KDB to break on module load */
|
||||
KdbModuleLoaded(FileName);
|
||||
#endif
|
||||
|
||||
/* Get the path to the symbol store */
|
||||
wcscpy(TmpFileName, L"\\SystemRoot\\symbols\\");
|
||||
|
|
Loading…
Reference in a new issue