https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bdb60afc86eed1fcf2299…
commit bdb60afc86eed1fcf22993f6f23cce39befe794b
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Mon Jul 29 00:31:56 2019 +0200
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Mon Jul 29 00:33:19 2019 +0200
[NDK] Use the correct __REACTOS__ define.
---
sdk/include/ndk/rtlfuncs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/include/ndk/rtlfuncs.h b/sdk/include/ndk/rtlfuncs.h
index 60cac48dc59..48e3f7d0432 100644
--- a/sdk/include/ndk/rtlfuncs.h
+++ b/sdk/include/ndk/rtlfuncs.h
@@ -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