summaryrefslogtreecommitdiff
path: root/print/XpsRasFilter/src/WppTrace.cpp
diff options
context:
space:
mode:
authoralexke-dev <[email protected]>2023-08-10 16:28:02 -0700
committerGitHub <[email protected]>2023-08-10 16:28:02 -0700
commitcbbd53eda55fbdf65f22b5f57c7dbc4b1ea594fd (patch)
tree50df874afbb353d7d3864b559c6b7641f1208924 /print/XpsRasFilter/src/WppTrace.cpp
parent6ea518dd65b6c2c3b298bb8e7ed5e9124b8a4981 (diff)
Remove Print Driver Samples (#1017)
* Remove print driver samples. Add README.md to redirect consumers to Print Support App (PSA) development guide. * Remove en-us from URL.
Diffstat (limited to 'print/XpsRasFilter/src/WppTrace.cpp')
-rw-r--r--print/XpsRasFilter/src/WppTrace.cpp41
1 files changed, 0 insertions, 41 deletions
diff --git a/print/XpsRasFilter/src/WppTrace.cpp b/print/XpsRasFilter/src/WppTrace.cpp
deleted file mode 100644
index b788c461..00000000
--- a/print/XpsRasFilter/src/WppTrace.cpp
+++ /dev/null
@@ -1,41 +0,0 @@
-// THIS CODE AND INFORMATION IS 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.
-//
-// Copyright (c) Microsoft Corporation. All rights reserved
-//
-// File Name:
-//
-// WppTrace.h
-//
-// Abstract:
-//
-// WPP tracing definitions.
-//
-
-#include "precomp.h"
-#include "WppTrace.h"
-
-#include "WppTrace.tmh"
-
-namespace xpsrasfilter
-{
-
-void TraceFailedHRESULT(
- HRESULT hr,
- char const *fileName,
- int lineNum,
- wchar_t const *extraText
- )
-{
- DoTraceMessage(XPSRASFILTER_TRACE_ERROR,
- "Failed HRESULT (%!HRESULT!) at %s:%d (%S)",
- hr,
- fileName,
- lineNum,
- extraText
- );
-}
-
-} // namespace xpsrasfilter