mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[NtUser] Fix MSVC_x64 Build
Attempt to fix.
This commit is contained in:
@@ -402,7 +402,7 @@ NtUserGetGUIThreadInfo(
|
||||
pti = PsGetCurrentThreadWin32Thread();
|
||||
|
||||
// Validate Tread ID
|
||||
W32Thread = IntTID2PTI((HANDLE)idThread);
|
||||
W32Thread = IntTID2PTI((HANDLE)(DWORD_PTR)idThread);
|
||||
|
||||
if ( !W32Thread )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user