[ROSTESTS] Fix 64bit issues (#1261)

This commit is contained in:
Timo Kreuzer
2019-01-20 15:58:32 +01:00
committed by GitHub
parent efe4605177
commit bb9a5f6046
23 changed files with 101 additions and 81 deletions

View File

@@ -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