Author: fireball Date: Mon Feb 16 06:10:08 2009 New Revision: 39623
URL: http://svn.reactos.org/svn/reactos?rev=39623&view=rev Log: - Add declarations for unsafe fastmutex functions.
Modified: trunk/reactos/include/ddk/wdm.h
Modified: trunk/reactos/include/ddk/wdm.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/wdm.h?rev=39623... ============================================================================== --- trunk/reactos/include/ddk/wdm.h [iso-8859-1] (original) +++ trunk/reactos/include/ddk/wdm.h [iso-8859-1] Mon Feb 16 06:10:08 2009 @@ -2464,6 +2464,18 @@ IN OUT PFAST_MUTEX FastMutex);
NTKERNELAPI +VOID +FASTCALL +ExAcquireFastMutexUnsafe( + IN OUT PFAST_MUTEX FastMutex); + +NTKERNELAPI +VOID +FASTCALL +ExReleaseFastMutexUnsafe( + IN OUT PFAST_MUTEX FastMutex); + +NTKERNELAPI BOOLEAN NTAPI ExAcquireResourceExclusiveLite(