mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +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
11
sdk/lib/ucrt/inc/nturtl.h
Normal file
11
sdk/lib/ucrt/inc/nturtl.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
//
|
||||
// nturtl.h
|
||||
//
|
||||
// Copyright (c) 2024 Timo Kreuzer
|
||||
//
|
||||
// Header for user mode RTL NT things.
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
//
|
||||
|
||||
#pragma once
|
Loading…
Add table
Add a link
Reference in a new issue