Skip to content

Commit ac3325a

Browse files
committed
Fix 32bit WinSDK path typo
1 parent b710189 commit ac3325a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phlib/symprv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ VOID PhpSymbolProviderCompleteInitialization(
260260
#ifdef _WIN64
261261
PhMoveReference(&winsdkPath, PhConcatStringRefZ(&winsdkPath->sr, L"\\Debuggers\\x64\\"));
262262
#else
263-
PhMoveReference(&winsdkPath, PhConcatStringRefZ(&winsdkPath->sr, L"\\Debuggers\\x64\\"));
263+
PhMoveReference(&winsdkPath, PhConcatStringRefZ(&winsdkPath->sr, L"\\Debuggers\\x86\\"));
264264
#endif
265265
}
266266

0 commit comments

Comments
 (0)