[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

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