19 Sep
2012
19 Sep
'12
11:26 a.m.
Sergey Guralnik <serhio(a)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. -- Alexandre Julliard julliard(a)winehq.org