mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
16 lines
217 B
C
16 lines
217 B
C
![]() |
//
|
||
|
// ntrtl.h
|
||
|
//
|
||
|
// Copyright (c) 2024 Timo Kreuzer
|
||
|
//
|
||
|
// Header for RTL NT things.
|
||
|
//
|
||
|
// SPDX-License-Identifier: MIT
|
||
|
//
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <ndk/rtltypes.h>
|
||
|
|
||
|
#define RTL_USER_PROC_SECURE_PROCESS 0x80000000
|