From 3a03625651b9dc105ef125c71871a3d43b69220e Mon Sep 17 00:00:00 2001 From: eclazi Date: Sun, 23 Apr 2023 18:44:39 -0700 Subject: [PATCH] Update comment --- renderdoc/os/win32/win32_callstack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/os/win32/win32_callstack.cpp b/renderdoc/os/win32/win32_callstack.cpp index 843933e1c..ccc7d45c5 100644 --- a/renderdoc/os/win32/win32_callstack.cpp +++ b/renderdoc/os/win32/win32_callstack.cpp @@ -796,7 +796,7 @@ Win32CallstackResolver::Win32CallstackResolver(bool interactive, byte *moduleDB, const wchar_t *DIApaths[] = { // try to see if it's just in the PATH somewhere L"msdia140.dll", - // otherwise try each VS2017/2019 SKU + // otherwise try each VS2017/2019/2022 SKU L"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\DIA SDK\\" DIA140, L"C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\DIA SDK\\" DIA140, L"C:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\DIA SDK\\" DIA140,