diff options
| author | Dave Wilson <[email protected]> | 2015-03-17 19:50:07 -0700 |
|---|---|---|
| committer | Dave Wilson <[email protected]> | 2015-03-17 19:50:07 -0700 |
| commit | 97cf5197cf5b882b2c689d8dc2b555f2edf8f418 (patch) | |
| tree | 46f3701832d70b420eb0fc0eb93261f9da45db3f /print/SimplePipelineFilter/precomp.hxx | |
| parent | ef1905bf1e8825bb31120dfb27e0daf3154d859a (diff) | |
Initial publish
Diffstat (limited to 'print/SimplePipelineFilter/precomp.hxx')
| -rw-r--r-- | print/SimplePipelineFilter/precomp.hxx | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/print/SimplePipelineFilter/precomp.hxx b/print/SimplePipelineFilter/precomp.hxx new file mode 100644 index 00000000..4ca7012d --- /dev/null +++ b/print/SimplePipelineFilter/precomp.hxx @@ -0,0 +1,26 @@ +//+-------------------------------------------------------------------------- +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// +// This source code is intended only as a supplement to Microsoft +// Development Tools and/or on-line documentation. See these other +// materials for detailed information regarding Microsoft code samples. +// +// THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY +// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED +// WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. +// +// Abstract: +// WDK print filter sample. +// This is the precompiled header file. +// +//---------------------------------------------------------------------------- + +#include <windows.h> +#include <common.ver> +#include <filterpipeline.h> +#include <strsafe.h> +#include "smartptr.hxx" +#include "trace.hxx" + +_Analysis_mode_(_Analysis_code_type_user_driver_) |
