http://bugs.winehq.com/show_bug.cgi?id=1918
------- Additional Comments From dl4gbe@hotmail.com 2004-01-01 02:45 ------- I included the source code in Bug 1917 It's the same test program!
Please check test.c for the following lines:
case ID_FILE_EXIT: // This does not work with wine!!! PostMessage(hwnd,WM_CLOSE,0,0); // This works!!! //DestroyWindow(hwnd); //PostMessage(hwnd,WM_DESTROY,0,0);
break;