Hi, all, I reviewed this path http://source.winehq.org/patches/data/108345,
I only found a code style problem: this: + if ( status == Ok && graphics->hdc)should :+ if (status == Ok && graphics->hdc) Could you help me point out the other mistake ? Thanks .
------------------ Regards, Changhui.
I was OK with try 1, and I also have no problems with this version. I think it is a correct change and should be committed.