mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
- Add declarations for unsafe fastmutex functions.
svn path=/trunk/; revision=39623
This commit is contained in:
@@ -2463,6 +2463,18 @@ FASTCALL
|
||||
ExTryToAcquireFastMutex(
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user