[NDK] Use the correct __REACTOS__ define.

This commit is contained in:
Hermès Bélusca-Maïto
2019-07-29 00:31:56 +02:00
parent f699cc96ac
commit bdb60afc86

View File

@@ -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