Author: ion Date: Mon Oct 16 07:53:48 2006 New Revision: 24545
URL: http://svn.reactos.org/svn/reactos?rev=24545&view=rev Log: - Fix GCC compile bug.
Modified: trunk/reactos/lib/rtl/generictable.c
Modified: trunk/reactos/lib/rtl/generictable.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/generictable.c?rev=... ============================================================================== --- trunk/reactos/lib/rtl/generictable.c (original) +++ trunk/reactos/lib/rtl/generictable.c Mon Oct 16 07:53:48 2006 @@ -253,7 +253,7 @@ /* Call the full version */ return RtlLookupElementGenericTableFull(Table, Buffer, - &NodeOrParent, + (PVOID)&NodeOrParent, &Result); }