Ron Jensen schrieb:
dlls/user/painting.c is getting caught in an infinite loop in the function
update_now()
I added two TRACE statements to try to figure out what is going on.
Uncommenting
the SendMessageW() line allows the loop to exit.
Same problem in the app StarMoney which runs in an endless
dlls/user/painting.c is getting caught in an infinite loop in the function
update_now()
I added two TRACE statements to try to figure out what is going on.
Uncommenting
the SendMessageW() line allows the loop to exit. See the attached win traces
for
the working and broken cases.
I don't know