16 Jan
2004
16 Jan
'04
11:19 p.m.
Dmitry Timoshkov <dmitry(a)baikal.ru> writes:
Changelog: Dmitry Timoshkov <dmitry(a)codeweavers.com> Merge the MDI and common window creation code. Change a way MDI children are managed in MDIClient. Add support for MDICREATESTRUCT A<->W conversions. Add support for WM_MDIREFRESHMENU.
The critical section thing worries me, especially since you are doing things that may require sending messages in there. I think you should use the normal USER lock when locking is really necessary; note that anything that is only accessed from the window procedure doesn't need locking at all. -- Alexandre Julliard julliard(a)winehq.com