user32: Partially implement FlashWindowEx with tests

Detlef Riekenberg wine.dev at web.de
Sun May 22 16:09:33 CDT 2011


On So, 2011-05-22, André Hentschel wrote
> Thanks, will get into try 2

> pfwi->cbSize < sizeof(FLASHWINFO) || pfwi->cbSize > sizeof(FLASHWINFO)

That code can be reduced to:

pfwi->cbSize != sizeof(FLASHWINFO)


-- 
By by ... Detlef





More information about the wine-devel mailing list