mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +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;
|
PCLIENTINFO pClientInfo;
|
||||||
FLONG TIF_flags;
|
FLONG TIF_flags;
|
||||||
HANDLE hDesktop;
|
HANDLE hDesktop;
|
||||||
UINT cPaintsReady;
|
UINT cPaintsReady; /* Count of paints pending. */
|
||||||
UINT cTimersReady;
|
UINT cTimersReady; /* Count of timers pending. */
|
||||||
LIST_ENTRY PtiLink;
|
LIST_ENTRY PtiLink;
|
||||||
|
|
||||||
LIST_ENTRY WindowListHead;
|
LIST_ENTRY WindowListHead;
|
||||||
|
|
Loading…
Reference in a new issue