[NtUser] Fix MSVC_x64 Build

Attempt to fix.
This commit is contained in:
James Tabor 2020-06-18 11:55:13 -05:00
parent 06e01c8968
commit f6d2b34ad0

View file

@ -402,7 +402,7 @@ NtUserGetGUIThreadInfo(
pti = PsGetCurrentThreadWin32Thread();
// Validate Tread ID
W32Thread = IntTID2PTI((HANDLE)idThread);
W32Thread = IntTID2PTI((HANDLE)(DWORD_PTR)idThread);
if ( !W32Thread )
{