mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 06:28:34 +00:00
13 lines
168 B
C
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>
|