Skip to content

Commit f6d2b34

Browse files
committed
[NtUser] Fix MSVC_x64 Build
Attempt to fix.
1 parent 06e01c8 commit f6d2b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32ss/user/ntuser/misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ NtUserGetGUIThreadInfo(
402402
pti = PsGetCurrentThreadWin32Thread();
403403

404404
// Validate Tread ID
405-
W32Thread = IntTID2PTI((HANDLE)idThread);
405+
W32Thread = IntTID2PTI((HANDLE)(DWORD_PTR)idThread);
406406

407407
if ( !W32Thread )
408408
{

0 commit comments

Comments
 (0)