xref: /reactos/sdk/lib/ucrt/inc/ntrtl.h (revision e3e520d1)
1 //
2 // ntrtl.h
3 //
4 //      Copyright (c) 2024 Timo Kreuzer
5 //
6 // Header for RTL NT things.
7 //
8 // SPDX-License-Identifier: MIT
9 //
10 
11 #pragma once
12 
13 #include <ndk/rtltypes.h>
14 
15 #define RTL_USER_PROC_SECURE_PROCESS 0x80000000
16