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-04-07 20:54:21 +0200
commitca9b82fb856c8314c3e84b15bc16ffb3fe8239ba (patch)
tree8d9615e81f1852ba5e4f1c2dea9d7d0f46c5ca30 /src/common/Debugging/WheatyExceptionReport.h
parent4f24a28b9ef3acbe6d83ee7c56902846653fa271 (diff)
Core/CrashHandler: Support retrieving windows version names for all future versions
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