Ignore:
Timestamp:
Dec 18, 2011, 10:28:22 PM (14 years ago)
Author:
dmik
Message:

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 Makefile.inc
         1env.cmd
         2LocalConfig.kmk
    • Property svn:mergeinfo set to
      /branches/gcc-kmkmergedeligible
  • trunk/include/win/task.h

    r2651 r21916  
    6060
    6161  /* 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.
    6464   */
    6565typedef struct _TDB
     
    104104    DWORD     dlls_to_init;               /* ac Ptr to DLLs to initialize */
    105105    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 */
    107107    WORD      more_thunks[6*4];           /* c2 Space for 6 more thunks */
    108108    BYTE      module_name[8];             /* f2 Module name for task */
Note: See TracChangeset for help on using the changeset viewer.