1 /*++ 2 3 Copyright (c) Microsoft. All rights reserved. 4 5 Module Name: 6 7 fxcorepch.h 8 9 Abstract: 10 11 This module contains header definitions and include files needed by all 12 modules in FxToSharedInterface\FxObject 13 14 Author: 15 16 Environment: 17 Kernel mode only 18 19 Revision History: 20 21 --*/ 22 23 #ifndef __FX_CORE_PCH_H__ 24 #define __FX_CORE_PCH_H__ 25 26 #include "objectpriv.hpp" 27 #include <fx.hpp> 28 29 #endif // __FX_CORE_PCH_H__ 30