On Wed, 2006-04-19 at 20:39 +0200, Alexandre Julliard wrote:
Michael Ost most@museresearch.com writes:
I'll try SIGQUIT, knowing that Wine itself has no intentions of using it any time soon.
As far as clean up goes, all I want to do is PostQuitMessage(0). Does this look safe as a SIGQUIT handler?
It should be safe, as long as you never run 16-bit code; you also need
I'm OK there.
to add SIGQUIT to the various signal masks in ntdll. But a small
Well the signal works without patching ntdll. So I guess that's covered too.
Thanks... mo