commit | c319c669fbe2bb2c45772a3050d45563d5cbedc7 | [log] [tgz] |
---|---|---|
author | Ulrich Weigand <weigand@informatik.uni-erlangen.de> | Sat May 22 16:18:36 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat May 22 16:18:36 1999 +0000 |
tree | a6f6ed3632fc04a4b80134beeb2a4f71852350b8 | |
parent | 733145f72676ccb6dadef4efa9116828a09c05e2 [diff] [blame] |
Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and MapProcessHandle; stub for BUNNY_351.
diff --git a/loader/task.c b/loader/task.c index 05052e2..520bf48 100644 --- a/loader/task.c +++ b/loader/task.c
@@ -583,8 +583,7 @@ if (nTaskCount <= 1) { TRACE_(task)("this is the last task, exiting\n" ); - SERVICE_Exit(); - USER_ExitWindows(); + ExitKernel16(); } /* FIXME: Hack! Send a message to the initial task so that