Changeset 2299 for trunk/include/win/thread.h
- Timestamp:
- Jan 2, 2000, 11:12:25 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r2282 r2299 1 /* $Id: thread.h,v 1.1 2 1999-12-31 10:48:08sandervl Exp $ */1 /* $Id: thread.h,v 1.13 2000-01-02 22:10:39 sandervl Exp $ */ 2 2 3 3 /* … … 116 116 MSG msgWCHAR; // Used to store extra WM_CHAR message generated by TranslateMessage 117 117 DWORD pidDebuggee; // process id of debuggee 118 DWORD logfile; // last FILE ptr used for logging (for exception handling in vfprintf) 118 119 #endif 119 120 } THDB;
Note:
See TracChangeset
for help on using the changeset viewer.