mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 02:52:58 +00:00
[ROSTESTS] Fix 64bit issues (#1261)
This commit is contained in:
parent
efe4605177
commit
bb9a5f6046
23 changed files with 101 additions and 81 deletions
|
@ -88,7 +88,7 @@ TestNotification(void)
|
|||
}
|
||||
|
||||
/* Set an invalid icon for the notification icon */
|
||||
hr = pUserNotif->SetIconInfo((HICON)0xdeadbeef, L"Tooltip text");
|
||||
hr = pUserNotif->SetIconInfo((HICON)UlongToHandle(0xdeadbeef), L"Tooltip text");
|
||||
ok_hr(hr, S_OK);
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue