mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:53:19 +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
13
sdk/lib/ucrt/inc/nt.h
Normal file
13
sdk/lib/ucrt/inc/nt.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
//
|
||||
// nt.h
|
||||
//
|
||||
// Copyright (c) 2024 Timo Kreuzer
|
||||
//
|
||||
// Header for generic NT things.
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <ndk/pstypes.h>
|
Loading…
Add table
Add a link
Reference in a new issue