[SDK] Define _NTSYSTEM_ in stubs.h

We don't want to import RtlRaiseException, when building stubs for NTDLL.
This commit is contained in:
Timo Kreuzer 2023-08-05 14:57:38 +03:00
parent 3c2bfb570f
commit f229726da9

View file

@ -1,4 +1,5 @@
#define WIN32_NO_STATUS
#define _NTSYSTEM_
#include <windef.h>
#ifndef PRIx64