Sergey Guralnik serhio@etersoft.ru writes:
+todo_wine
- ok( hsmicon != NULL, "GetClassLong should return non-zero handle\n");
- for(i = 0; i < 100; i++)
if(hsmicon != (HICON)GetClassLongPtrW(hwnd, GCLP_HICONSM))
{
ok(FALSE, "Always should return the same icon handle\n");
break;
}
This doesn't make sense, it's not going to return the same thing 99 times and then suddenly something different.