Changeset 21916 for trunk/include/win/task.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/include/win/task.h
r2651 r21916 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.