ReactOS 0.4.15-dev-7953-g1f49173
fxsupportpch.hpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft. All rights reserved.
4
5Module Name:
6
7 fxsupportpch.h
8
9Abstract:
10
11 This module contains header definitions and include files needed by all
12 modules in fx\support
13
14--*/
15
16#ifndef __FX_SUPPORT_PCH_HPP__
17#define __FX_SUPPORT_PCH_HPP__
18
19#if FX_CORE_MODE == FX_CORE_USER_MODE
20#include "um/fxsupportpchum.hpp"
21#elif FX_CORE_MODE == FX_CORE_KERNEL_MODE
22#include "km/fxsupportpchkm.hpp"
23#endif
24
25#endif // __FX_SUPPORT_PCH_HPP__