summaryrefslogtreecommitdiff
path: root/print/OEM Printer Customization Plug-in Samples/C++/ThemeUI/globals.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/OEM Printer Customization Plug-in Samples/C++/ThemeUI/globals.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/OEM Printer Customization Plug-in Samples/C++/ThemeUI/globals.cpp')
-rw-r--r--print/OEM Printer Customization Plug-in Samples/C++/ThemeUI/globals.cpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/print/OEM Printer Customization Plug-in Samples/C++/ThemeUI/globals.cpp b/print/OEM Printer Customization Plug-in Samples/C++/ThemeUI/globals.cpp
deleted file mode 100644
index d2af1b8b..00000000
--- a/print/OEM Printer Customization Plug-in Samples/C++/ThemeUI/globals.cpp
+++ /dev/null
@@ -1,29 +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 1998 - 2003 Microsoft Corporation. All Rights Reserved.
-//
-// FILE: Globals.cpp
-//
-//
-// PURPOSE: File that contains all the globals.
-//
-
-#include "precomp.h"
-#include "globals.h"
-
-// This indicates to Prefast that this is a usermode driver file.
-_Analysis_mode_(_Analysis_code_type_user_driver_);
-
-///////////////////////////////////////
-// Globals
-///////////////////////////////////////
-
-
-// Module's Instance handle from DLLEntry of process.
-HINSTANCE ghInstance = NULL;
-
-// Module's Activation Context from DLLEntry of process.
-HANDLE ghActCtx = INVALID_HANDLE_VALUE;