commit | fc2c5dfb3d3855353796f71336a54bf4659af564 | [log] [tgz] |
---|---|---|
author | Andreas Mohr <amohr@codeweavers.com> | Mon Nov 27 01:36:24 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Nov 27 01:36:24 2000 +0000 |
tree | eaba91a941aa1b9594a6ef9e273a993f50af8322 | |
parent | 7a947b34b7518e01c18fa7f56f0aea460cc0e137 [diff] [blame] |
Implemented TerminateApp needed for DBase 5.0. Made FatalAppExit16 honor the SEM_NOGPFAULTERRORBOX error_mode flag.
diff --git a/include/toolhelp.h b/include/toolhelp.h index c85f4aa..6cba3e2 100644 --- a/include/toolhelp.h +++ b/include/toolhelp.h
@@ -241,6 +241,9 @@ DWORD WINAPI TaskGetCSIP(HTASK16 hTask); BOOL16 WINAPI TaskSwitch(HTASK16 hTask, DWORD dwNewCSIP); +/* flag for TerminateApp16() */ +#define NO_UAE_BOX 1 + /* mem info */ typedef struct tagMEMMANINFO {