mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[ROSTESTS] Fix 64bit issues (#1261)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user