http://bugs.winehq.com/show_bug.cgi?id=1918
mike@theoretic.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From mike@theoretic.com 2004-02-01 11:48 ------- MSDN doesn't given any indication that WM_CLOSE can lead to a WM_QUIT but I suspect they made a convenience mod so that if it's the last window in the app WM_CLOSE will produce a WM_QUIT.
I'd want confirmation that this is actually what is happening though before we make this change. How do most apps cleanly terminate if this is the case? Does this only happen for badly written apps that don'to PostQuitMessage themselves?