summaryrefslogtreecommitdiffstats
path: root/ceee/common/process_utils_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'ceee/common/process_utils_win.h')
-rw-r--r--ceee/common/process_utils_win.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ceee/common/process_utils_win.h b/ceee/common/process_utils_win.h
index e928791..6b036a4 100644
--- a/ceee/common/process_utils_win.h
+++ b/ceee/common/process_utils_win.h
@@ -51,6 +51,8 @@ HRESULT IsCurrentProcessUacElevated(bool* running_as_admin);
// with implementation.
class ProcessCompatibilityCheck {
public:
+ static ProcessCompatibilityCheck* GetInstance();
+
// Is the process associated with the given window compatible with the
// current process. If the call returns an error code, the value of
// *is_compatible is undefined.