Ignore:
Timestamp:
Jan 5, 2000, 8:35:52 PM (26 years ago)
Author:
sandervl
Message:

header updates for OpenThreadToken

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/thread.h

    r2299 r2326  
    1 /* $Id: thread.h,v 1.13 2000-01-02 22:10:39 sandervl Exp $ */
     1/* $Id: thread.h,v 1.14 2000-01-05 19:35:38 sandervl Exp $ */
    22
    33/*
     
    1616  #include "winbase.h"
    1717 #endif
     18 #include <ntdllsec.h> //PROCESSTHREAD_SECURITYINFO struct
    1819#else
    1920#include "config.h"
     
    117118    DWORD          pidDebuggee;    // process id of debuggee
    118119    DWORD          logfile;        // last FILE ptr used for logging (for exception handling in vfprintf)
     120    ULONG          hThread;
     121    PROCESSTHREAD_SECURITYINFO threadinfo; //used to store security info for thread tokens
    119122#endif
    120123} THDB;
Note: See TracChangeset for help on using the changeset viewer.