X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=include%2Fxdk%2Fexfuncs.h;h=3b215d9382d4e1f66624fc0ead0c3f66c5f98548;hp=46a5387733a6aafad41932f2ba625aae8d785621;hb=87ac6e35042ef210a62ebcf506f5ee48b9f67847;hpb=f74321259279b8b2df4ef9dd64907e134b9ecbf6 diff --git a/include/xdk/exfuncs.h b/include/xdk/exfuncs.h index 46a5387733a..3b215d9382d 100644 --- a/include/xdk/exfuncs.h +++ b/include/xdk/exfuncs.h @@ -1,6 +1,7 @@ /****************************************************************************** * Executive Functions * ******************************************************************************/ + $if (_NTDDK_) static __inline PVOID ExAllocateFromZone( @@ -94,8 +95,7 @@ Exfi386InterlockedExchangeUlong( IN ULONG Value); #endif -$endif - +$endif (_NTDDK_) $if (_WDMDDK_) #define ExInterlockedIncrementLong(Addend,Lock) Exfi386InterlockedIncrementLong(Addend) #define ExInterlockedDecrementLong(Addend,Lock) Exfi386InterlockedDecrementLong(Addend) @@ -325,8 +325,8 @@ ExInitializeFastMutex( KeInitializeEvent(&FastMutex->Event, SynchronizationEvent, FALSE); return; } -$endif +$endif (_WDMDDK_) #if (NTDDI_VERSION >= NTDDI_WIN2K) $if (_NTDDK_) NTKERNELAPI @@ -372,8 +372,8 @@ DECLSPEC_NORETURN VOID NTAPI ExRaiseDatatypeMisalignment(VOID); -$endif +$endif (_NTDDK_) $if (_WDMDDK_) NTKERNELAPI VOID @@ -750,8 +750,8 @@ VOID NTAPI ExUnregisterCallback( IN OUT PVOID CbRegistration); -$endif +$endif (_WDMDDK_) #endif /* (NTDDI_VERSION >= NTDDI_WIN2K) */ $if (_WDMDDK_) @@ -1036,5 +1036,4 @@ ExFreeToNPagedLookasideList( } } -$endif - +$endif (_WDMDDK_)