mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[NDK] Use the correct __REACTOS__ define.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user