mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fix for building with DBG=1
svn path=/trunk/; revision=6065
This commit is contained in:
parent
b5596b0da8
commit
47c9a1e005
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ typedef struct _MODULE_INFORMATION
|
|||
MODULE_ENTRY ModuleEntry[1];
|
||||
} MODULE_INFORMATION, *PMODULE_INFORMATION;
|
||||
|
||||
#ifdef KDBG
|
||||
#if defined(KDBG) || defined(DBG)
|
||||
|
||||
VOID
|
||||
LdrpLoadUserModuleSymbols(PLDR_MODULE LdrModule);
|
||||
|
|
Loading…
Reference in a new issue