| commit | ca1c74751a9625679b5609358df83cb2912e76c4 | [log] [tgz] |
|---|---|---|
| author | Ulrich Weigand <weigand@informatik.uni-erlangen.de> | Tue Nov 24 20:47:17 1998 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 24 20:47:17 1998 +0000 |
| tree | 820fe4195e24e851a0ae85f09b171da352153e9d | |
| parent | 6529aa7643e2234dd3446664734e8a67e7eeb0e4 [diff] [blame] |
Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
diff --git a/include/thread.h b/include/thread.h index 60c4220..7a6d85b 100644 --- a/include/thread.h +++ b/include/thread.h
@@ -53,6 +53,10 @@ struct _PDB32 *process; /* 30 owning process (used by NT3.51 applets)*/ } TEB; +/* Thread exception flags */ +#define TEBF_WIN32 0x0001 +#define TEBF_TRAP 0x0002 + /* Event waiting structure */ typedef struct {