mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
- No code change, adding notes to header.
svn path=/trunk/; revision=39798
This commit is contained in:
parent
60a7be44dc
commit
fde70551ec
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ typedef struct _THREADINFO
|
|||
PCLIENTINFO pClientInfo;
|
||||
FLONG TIF_flags;
|
||||
HANDLE hDesktop;
|
||||
UINT cPaintsReady;
|
||||
UINT cTimersReady;
|
||||
UINT cPaintsReady; /* Count of paints pending. */
|
||||
UINT cTimersReady; /* Count of timers pending. */
|
||||
LIST_ENTRY PtiLink;
|
||||
|
||||
LIST_ENTRY WindowListHead;
|
||||
|
|
Loading…
Reference in a new issue