https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f229726da9543386d09a15...
commit f229726da9543386d09a157bb474c7190bc888ce Author: Timo Kreuzer timo.kreuzer@reactos.org AuthorDate: Sat Aug 5 14:57:38 2023 +0300 Commit: Timo Kreuzer timo.kreuzer@reactos.org CommitDate: Fri Aug 11 19:00:42 2023 +0300
[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 <windef.h>
#ifndef PRIx64