ReactOS 0.4.16-dev-1946-g52006dd
precomp.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS PathCch Library - Unit-tests
3 * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
4 * PURPOSE: Precompiled header
5 * COPYRIGHT: Copyright 2025 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 Headers */
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#include <strsafe.h>
24#include <pathcch.h>
25
26/* EOF */