mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 04:37:15 +00:00
14 lines
168 B
C
14 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>
|