aboutsummaryrefslogtreecommitdiff
path: root/src/common/Debugging/WheatyExceptionReport.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-04-07 20:54:21 +0200
committerShauren <shauren.trinity@gmail.com>2022-06-10 15:30:47 +0200
commit3b78762ab8031e09b045b09df1c15598acbe3fe8 (patch)
tree84253c1993298231c71a821a3e3ab02931f7bb0f /src/common/Debugging/WheatyExceptionReport.h
parentb8e7892bd050a7f685786500c39bedd40ed3aaa9 (diff)
Core/CrashHandler: Support retrieving windows version names for all future versions
(cherry picked from commit ca9b82fb856c8314c3e84b15bc16ffb3fe8239ba)
Diffstat (limited to 'src/common/Debugging/WheatyExceptionReport.h')
-rw-r--r--src/common/Debugging/WheatyExceptionReport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Debugging/WheatyExceptionReport.h b/src/common/Debugging/WheatyExceptionReport.h
index 87493b52516..2b99dcbb83c 100644
--- a/src/common/Debugging/WheatyExceptionReport.h
+++ b/src/common/Debugging/WheatyExceptionReport.h
@@ -151,6 +151,7 @@ class WheatyExceptionReport
static void GenerateExceptionReport(PEXCEPTION_POINTERS pExceptionInfo);
static void PrintSystemInfo();
static BOOL _GetWindowsVersion(TCHAR* szVersion, DWORD cntMax);
+ static BOOL _GetWindowsVersionFromWMI(TCHAR* szVersion, DWORD cntMax);
static BOOL _GetProcessorName(TCHAR* sProcessorName, DWORD maxcount);
// Helper functions