mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:22:57 +00:00
[NDK] Use the correct __REACTOS__ define.
This commit is contained in:
parent
f699cc96ac
commit
bdb60afc86
1 changed files with 1 additions and 1 deletions
|
@ -3379,7 +3379,7 @@ RtlFindSetBitsAndClear(
|
||||||
_In_ ULONG HintIndex
|
_In_ ULONG HintIndex
|
||||||
);
|
);
|
||||||
|
|
||||||
#ifdef _REACTOS_ // ReactOS improvement
|
#ifdef __REACTOS__ // ReactOS improvement
|
||||||
_At_(BitMapHeader->SizeOfBitMap, _Post_equal_to_(SizeOfBitMap))
|
_At_(BitMapHeader->SizeOfBitMap, _Post_equal_to_(SizeOfBitMap))
|
||||||
_At_(BitMapHeader->Buffer, _Post_equal_to_(BitMapBuffer))
|
_At_(BitMapHeader->Buffer, _Post_equal_to_(BitMapBuffer))
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue