From f229726da9543386d09a157bb474c7190bc888ce Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 5 Aug 2023 14:57:38 +0300 Subject: [PATCH] [SDK] Define _NTSYSTEM_ in stubs.h We don't want to import RtlRaiseException, when building stubs for NTDLL. --- sdk/include/reactos/stubs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/include/reactos/stubs.h b/sdk/include/reactos/stubs.h index 21b85d492da..6b5cd36372c 100644 --- a/sdk/include/reactos/stubs.h +++ b/sdk/include/reactos/stubs.h @@ -1,4 +1,5 @@ #define WIN32_NO_STATUS +#define _NTSYSTEM_ #include #ifndef PRIx64