From ca9b82fb856c8314c3e84b15bc16ffb3fe8239ba Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 7 Apr 2022 20:54:21 +0200 Subject: Core/CrashHandler: Support retrieving windows version names for all future versions --- src/common/Debugging/WheatyExceptionReport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/Debugging/WheatyExceptionReport.h') 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 -- cgit v1.2.3