ReactOS 0.4.16-dev-251-ga17b6e9
precomp.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Setup Library - Unit-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#include <apitest.h>
11
12/* C Headers */
13#include <stdio.h>
14
15/* PSDK/NDK */
16#define WIN32_NO_STATUS
17#define _INC_WINDOWS
18#define COM_NO_WINDOWS_H
19
20#include <windef.h>
21#include <winbase.h>
22
23#define NTOS_MODE_USER
24#include <ndk/rtlfuncs.h>
25
26#include <setuplib.h>
27
28/* EOF */