Skip to content

Commit f229726

Browse files
committed
[SDK] Define _NTSYSTEM_ in stubs.h
We don't want to import RtlRaiseException, when building stubs for NTDLL.
1 parent 3c2bfb5 commit f229726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/include/reactos/stubs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#define WIN32_NO_STATUS
2+
#define _NTSYSTEM_
23
#include <windef.h>
34

45
#ifndef PRIx64

0 commit comments

Comments
 (0)