- We don't really need ExiTryToAcquireFastMutex declaration here.
[HAL]
- Fix export for ExTryToAcquireFastMutex. On x86 builds it should forward to ntoskrnl's ExiTryToAcquireFastMutex, arm has it's own implementation. Patch by Timo.

svn path=/branches/header-work/; revision=47204
This commit is contained in:
Amine Khaldi
2010-05-14 20:15:25 +00:00
parent 0756bc5fd0
commit eeb2e93d2d
2 changed files with 2 additions and 7 deletions
-6
View File
@@ -206,12 +206,6 @@ extern volatile struct _KSYSTEM_TIME KeTickCount;
#define RESULT_NEGATIVE 1
#define RESULT_POSITIVE 2
DECLSPEC_IMPORT
BOOLEAN
__fastcall
ExiTryToAcquireFastMutex(
IN OUT PFAST_MUTEX FastMutex);
DECLSPEC_IMPORT
VOID
__fastcall