ok(info->vkCode==VK_PACKET||(key_status.expect_alt&&info->vkCode==VK_LMENU),"vkCode should have been VK_PACKET[%04x], was: %04x\n",VK_PACKET,info->vkCode);
key_status.expect_alt=FALSE;
if(!info->vkCode){
key_status.sendinput_broken=TRUE;
win_skip("SendInput doesn't support unicode on this platform\n");
}else{
if(key_status.expect_alt){
ok(info->vkCode==VK_LMENU,"vkCode should have been VK_LMENU[0x%04x], was: 0x%x\n",VK_LMENU,info->vkCode);
key_status.expect_alt=FALSE;
}else
ok(info->vkCode==VK_PACKET,"vkCode should have been VK_PACKET[0x%04x], was: 0x%x\n",VK_PACKET,info->vkCode);