reactos/sdk/lib/ucrt/inc/nt.h
Timo Kreuzer 995e16d4d4 [UCRT] Add missing headers
These are minimal definitions, just enough to make things compile.
2025-01-16 14:18:53 +02:00

13 lines
168 B
C

//
// nt.h
//
// Copyright (c) 2024 Timo Kreuzer
//
// Header for generic NT things.
//
// SPDX-License-Identifier: MIT
//
#pragma once
#include <ndk/pstypes.h>