Author: jimtabor Date: Wed Mar 26 20:41:27 2008 New Revision: 32771
URL: http://svn.reactos.org/svn/reactos?rev=32771&view=rev Log: Question is what is its?
Modified: trunk/reactos/ntoskrnl/ex/handle.c
Modified: trunk/reactos/ntoskrnl/ex/handle.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ex/handle.c?rev=32... ============================================================================== --- trunk/reactos/ntoskrnl/ex/handle.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/ex/handle.c [iso-8859-1] Wed Mar 26 20:41:27 2008 @@ -874,7 +874,7 @@ for (;;) { /* Get the current value and check if it's locked */ - OldValue = *(volatile LONG_PTRits *)&HandleTableEntry->Object; + OldValue = *(volatile LONG_PTR *)&HandleTableEntry->Object; if (OldValue & EXHANDLE_TABLE_ENTRY_LOCK_BIT) { /* It's not locked, remove the lock bit to lock it */