Changeset 21737 for branches/gcc-kmk/include/win/task.h
- Timestamp:
- Oct 24, 2011, 9:23:36 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/include/win/task.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/win/task.h
r2651 r21737 60 60 61 61 /* Task database. See 'Windows Internals' p. 226. 62 * Note that 16-bit OLE 2 libs like to read it directly 63 * so we have to keep entry offsets as they are. 62 * Note that 16-bit OLE 2 libs like to read it directly 63 * so we have to keep entry offsets as they are. 64 64 */ 65 65 typedef struct _TDB … … 104 104 DWORD dlls_to_init; /* ac Ptr to DLLs to initialize */ 105 105 HANDLE16 hCSAlias; /* b0 Code segment for this TDB */ 106 THUNKS thunks WINE_PACKED;/* b2 Make proc instance thunks */106 THUNKS thunks; /* b2 Make proc instance thunks */ 107 107 WORD more_thunks[6*4]; /* c2 Space for 6 more thunks */ 108 108 BYTE module_name[8]; /* f2 Module name for task */
Note:
See TracChangeset
for help on using the changeset viewer.
