/*++ Copyright (c) Microsoft. All rights reserved. Module Name: fxwmipch.hpp Abstract: This module contains header definitions and include files needed by all modules in this directory. Author: Environment: Kernel mode only Revision History: --*/ #ifndef __FX_WMI_PCH_HPP__ #define __FX_WMI_PCH_HPP__ extern "C" { #include } #include #endif // __FX_WMI_PCH_HPP__