ChangeSet ID: 9164 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/01 19:52:37
Modified files: dlls/winedos : module.c int31.c int21.c int20.c
Log message: Jukka Heinonen jhei@iki.fi 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.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9164
Old revision New revision Changes Path 1.36 1.37 +1 -1 wine/dlls/winedos/module.c 1.32 1.33 +17 -2 wine/dlls/winedos/int31.c 1.38 1.39 +13 -2 wine/dlls/winedos/int21.c 1.4 1.5 +7 -6 wine/dlls/winedos/int20.c