http://bugs.winehq.com/show_bug.cgi?id=1918
------- Additional Comments From dl4gbe@hotmail.com 2003-28-12 06:35 ------- Oh I forgot to mention.
It works than I call:
DestroyWindow(hwnd); PostMessage(hwnd,WM_DESTROY,0,0);
instead of:
PostMessage(hwnd,WM_CLOSE,0,0);