mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:03:07 +00:00
[UCRT] Add missing headers
These are minimal definitions, just enough to make things compile.
This commit is contained in:
parent
04e0dc4a7a
commit
995e16d4d4
5 changed files with 327 additions and 0 deletions
15
sdk/lib/ucrt/inc/ntrtl.h
Normal file
15
sdk/lib/ucrt/inc/ntrtl.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
//
|
||||
// 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
|
Loading…
Add table
Add a link
Reference in a new issue