ReactOS 0.4.16-dev-1946-g52006dd
fxwmipch.hpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft. All rights reserved.
4
5Module Name:
6
7 fxwmipch.hpp
8
9Abstract:
10
11 This module contains header definitions and include files needed by all
12 modules in this directory.
13
14Author:
15
16Environment:
17 Kernel mode only
18
19Revision History:
20
21--*/
22
23#ifndef __FX_WMI_PCH_HPP__
24#define __FX_WMI_PCH_HPP__
25
26extern "C" {
27#include <ntddk.h>
28#include <wmistr.h>
29}
30
31#include <fx.hpp>
32
33#endif // __FX_WMI_PCH_HPP__