diff --git a/reactos/subsystems/win32/win32k/include/win32.h b/reactos/subsystems/win32/win32k/include/win32.h index 788edf70783..d844fd9a1fa 100644 --- a/reactos/subsystems/win32/win32k/include/win32.h +++ b/reactos/subsystems/win32/win32k/include/win32.h @@ -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;