Make DOS process exit using ExitProcess instead of ExitThread.
commit7fb49578732f164b95a734f76f524dd6112c282b
authorJukka Heinonen <jhei@iki.fi>
Tue, 2 Sep 2003 00:52:36 +0000 (2 00:52 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 2 Sep 2003 00:52:36 +0000 (2 00:52 +0000)
tree523991e080841a7394298f557cf7b59a75f4ca64
parent09a97f060882fabfb243d5378790ca0434c8dd2c
Make DOS process exit using ExitProcess instead of ExitThread.
Make calling DOS exit functions from DPMI either return to StartPM or
print error message if not allowed by DPMI specification.
dlls/winedos/int20.c
dlls/winedos/int21.c
dlls/winedos/int31.c
dlls/winedos/module.c