- Fix GCC compile bug.
authorAlex Ionescu <aionescu@gmail.com>
Mon, 16 Oct 2006 03:53:48 +0000 (03:53 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Mon, 16 Oct 2006 03:53:48 +0000 (03:53 +0000)
svn path=/trunk/; revision=24545

reactos/lib/rtl/generictable.c

index 99f5d6e..c6d3e8f 100644 (file)
@@ -253,7 +253,7 @@ RtlLookupElementGenericTable(IN PRTL_GENERIC_TABLE Table,
     /* Call the full version */
     return RtlLookupElementGenericTableFull(Table,
                                             Buffer,
-                                            &NodeOrParent,
+                                            (PVOID)&NodeOrParent,
                                             &Result);
 }