mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[SDK] Define _NTSYSTEM_ in stubs.h
We don't want to import RtlRaiseException, when building stubs for NTDLL.
This commit is contained in:
parent
3c2bfb570f
commit
f229726da9
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#define _NTSYSTEM_
|
||||
#include <windef.h>
|
||||
|
||||
#ifndef PRIx64
|
||||
|
|
Loading…
Reference in a new issue