Ignore:
Timestamp:
Dec 31, 1999, 11:48:08 AM (26 years ago)
Author:
sandervl
Message:

added debug pid to THDB structure

File:
1 edited

Legend:

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

    r2203 r2282  
    1 /* $Id: thread.h,v 1.11 1999-12-26 17:28:35 cbratschi Exp $ */
     1/* $Id: thread.h,v 1.12 1999-12-31 10:48:08 sandervl Exp $ */
    22
    33/*
     
    115115    MSG            msg;            // Used by message translation to store translated PM message (sent to win32 window proc in pmwindow.cpp)
    116116    MSG            msgWCHAR;       // Used to store extra WM_CHAR message generated by TranslateMessage
     117    DWORD          pidDebuggee;    // process id of debuggee
    117118#endif
    118119} THDB;
Note: See TracChangeset for help on using the changeset viewer.