[UCRT] Add missing headers

These are minimal definitions, just enough to make things compile.
This commit is contained in:
Timo Kreuzer 2024-10-11 14:45:42 +03:00
parent 04e0dc4a7a
commit 995e16d4d4
5 changed files with 327 additions and 0 deletions

11
sdk/lib/ucrt/inc/nturtl.h Normal file
View 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