mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +00:00
[NTDLL]
Fixed build svn path=/trunk/; revision=51114
This commit is contained in:
parent
1df2f8464a
commit
eb3ddf59b3
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
/* GLOBALS *******************************************************************/
|
||||
|
||||
PLDR_DATA_TABLE_ENTRY LdrpLoadedDllHandleCache;
|
||||
LIST_ENTRY LdrpHashTable[LDR_HASH_TABLE_ENTRIES];
|
||||
|
||||
#define LDR_GET_HASH_ENTRY(x) (RtlUpcaseUnicodeChar((x)) & (LDR_HASH_TABLE_ENTRIES - 1))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue