From: art yerkes
I'm hoping to get putty working to use as another test case
for the network code. I'm running into problems right now,
however and could really use a hand.
The problem is caused by us not handling the WM_SETREDRAW message. The main
dialog window is sent this message twice in windlg.c, first with a FALSE
parameter, then with a TRUE parameter. This second call causes the window to
become visible in Windows and Wine. I'll see if I can fix it in ReactOS.
Ge van Geldorp.