mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[NtUser] Fix MSVC_x64 Build
Attempt to fix.
This commit is contained in:
parent
06e01c8968
commit
f6d2b34ad0
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ NtUserGetGUIThreadInfo(
|
|||
pti = PsGetCurrentThreadWin32Thread();
|
||||
|
||||
// Validate Tread ID
|
||||
W32Thread = IntTID2PTI((HANDLE)idThread);
|
||||
W32Thread = IntTID2PTI((HANDLE)(DWORD_PTR)idThread);
|
||||
|
||||
if ( !W32Thread )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue