mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00: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