ReactOS 0.4.15-dev-7918-g2a2556c
fxsupportpchkm.hpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft. All rights reserved.
4
5Module Name:
6
7 fxsupportpchkm.h
8
9Abstract:
10
11 This module contains header definitions and include files needed by all
12 modules in fx\support
13
14Author:
15
16Environment:
17 Kernel mode only
18
19Revision History:
20
21--*/
22
23#ifndef __FX_SUPPORT_PCH_KM_HPP__
24#define __FX_SUPPORT_PCH_KM_HPP__
25
26extern "C" {
27#include <mx.h>
28}
29
30#include <fxmin.hpp>
31
32#include "fxcollection.hpp"
33#include "stringutil.hpp"
34#include "fxstring.hpp"
35#include "fxdevicetext.hpp"
36#include "fxwaitlock.hpp"
37
38#include <wdfresource.h>
39#include <fxresource.hpp>
40
41#endif // __FX_SUPPORT_PCH_KM_HPP__