We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b710189 commit ac3325aCopy full SHA for ac3325a
phlib/symprv.c
@@ -260,7 +260,7 @@ VOID PhpSymbolProviderCompleteInitialization(
260
#ifdef _WIN64
261
PhMoveReference(&winsdkPath, PhConcatStringRefZ(&winsdkPath->sr, L"\\Debuggers\\x64\\"));
262
#else
263
- PhMoveReference(&winsdkPath, PhConcatStringRefZ(&winsdkPath->sr, L"\\Debuggers\\x64\\"));
+ PhMoveReference(&winsdkPath, PhConcatStringRefZ(&winsdkPath->sr, L"\\Debuggers\\x86\\"));
264
#endif
265
}
266
0 commit comments