update for HEAD-2003021201
[reactos.git] / ntoskrnl / ex / hashtab.c
index 207fa44..0c42567 100644 (file)
@@ -195,7 +195,7 @@ ExInitializeHashTable(IN PHASH_TABLE  HashTable,
   IN BOOLEAN  UseNonPagedPool)
 {
   BOOLEAN Status;
-  LONG Index;
+  ULONG Index;
 
   RtlZeroMemory(HashTable, sizeof(HASH_TABLE));