reactos/sdk/lib/drivers/wdf/shared/object/fxobjectpch.hpp
Victor Perevertkin 1f377076d7
[WDF] Fix KMDF so it can compile with ReactOS SDK
Not all files are included, but these are necessary to compile cdrom driver.
So far it can only be statically linked with drivers, a proper
implementation requires wdfldr helper driver
2020-11-03 00:06:27 +03:00

31 lines
437 B
C++

/*++
Copyright (c) Microsoft. All rights reserved.
Module Name:
fxobjectpch.h
Abstract:
This module contains header definitions and include files needed by all
modules in shared\object
Author:
Environment:
Both kernel and user mode
Revision History:
--*/
#ifndef __FX_CORE_PCH_H__
#define __FX_CORE_PCH_H__
#include "objectpriv.hpp"
#include "fxmin.hpp"
#include "fxtoobjectitf.hpp"
#endif // __FX_CORE_PCH_H__