ReactOS 0.4.16-dev-942-g91fadeb
precomp.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS API Tests
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Precompiled header
5 * COPYRIGHT: Copyright 2024 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
6 */
7
8#pragma once
9
10#define WIN32_NO_STATUS
11#include <apitest.h>
12
13#define NTOS_MODE_USER
14#include <ndk/iofuncs.h>
15#include <ndk/obfuncs.h>
16#include <ndk/rtlfuncs.h>
17
18#include <ntstrsafe.h>
19
20/* EOF */