ReactOS 0.4.15-dev-7906-g1b85a5f
fxobjectpch.hpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft. All rights reserved.
4
5Module Name:
6
7 fxobjectpch.h
8
9Abstract:
10
11 This module contains header definitions and include files needed by all
12 modules in shared\object
13
14Author:
15
16Environment:
17 Both kernel and user mode
18
19Revision History:
20
21--*/
22
23#ifndef __FX_CORE_PCH_H__
24#define __FX_CORE_PCH_H__
25
26#include "objectpriv.hpp"
27#include "fxmin.hpp"
28#include "fxtoobjectitf.hpp"
29
30#endif // __FX_CORE_PCH_H__