Changeset 2326 for trunk/include/win/thread.h
- Timestamp:
- Jan 5, 2000, 8:35:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r2299 r2326 1 /* $Id: thread.h,v 1.1 3 2000-01-02 22:10:39sandervl Exp $ */1 /* $Id: thread.h,v 1.14 2000-01-05 19:35:38 sandervl Exp $ */ 2 2 3 3 /* … … 16 16 #include "winbase.h" 17 17 #endif 18 #include <ntdllsec.h> //PROCESSTHREAD_SECURITYINFO struct 18 19 #else 19 20 #include "config.h" … … 117 118 DWORD pidDebuggee; // process id of debuggee 118 119 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 119 122 #endif 120 123 } THDB;
Note:
See TracChangeset
for help on using the changeset viewer.