Fixed build

svn path=/trunk/; revision=51114
This commit is contained in:
Pierre Schweitzer 2011-03-22 06:53:56 +00:00
parent 1df2f8464a
commit eb3ddf59b3

View file

@ -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))