mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 22:18:13 +00:00
15 lines
217 B
C
15 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
|