mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:01:53 +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
|
||||
);
|
||||
|
||||
#ifdef _REACTOS_ // ReactOS improvement
|
||||
#ifdef __REACTOS__ // ReactOS improvement
|
||||
_At_(BitMapHeader->SizeOfBitMap, _Post_equal_to_(SizeOfBitMap))
|
||||
_At_(BitMapHeader->Buffer, _Post_equal_to_(BitMapBuffer))
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue