- Fix GCC compile bug.

svn path=/trunk/; revision=24545
This commit is contained in:
Alex Ionescu 2006-10-16 03:53:48 +00:00
parent d403bc14c4
commit a18f3458b2

View file

@ -253,7 +253,7 @@ RtlLookupElementGenericTable(IN PRTL_GENERIC_TABLE Table,
/* Call the full version */ /* Call the full version */
return RtlLookupElementGenericTableFull(Table, return RtlLookupElementGenericTableFull(Table,
Buffer, Buffer,
&NodeOrParent, (PVOID)&NodeOrParent,
&Result); &Result);
} }