http://bugs.winehq.org/show_bug.cgi?id=10522
--- Comment #12 from Austin Lund austin.lund@gmail.com 2009-07-01 19:52:37 --- I've tested my trial program on WinXPsp2 and the program doesn't do an infinite loop.
In wine my test program does:
WM_PAINT WM_NCPAINT WM_PAINT WM_NCPAINT WM_NCPAINT WM_PAINT WM_NCPAINT WM_NCPAINT (last 3 messages repeated forever)
In my version of XPsp2 it does:
WM_NCPAINT WM_NCPAINT WM_PAINT WM_NCPAINT (stops)