mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[ARMDDK]
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user