diff --git a/reactos/subsystems/win32/win32k/include/dc.h b/reactos/subsystems/win32/win32k/include/dc.h index 57f06033c53..788ef665402 100644 --- a/reactos/subsystems/win32/win32k/include/dc.h +++ b/reactos/subsystems/win32/win32k/include/dc.h @@ -60,9 +60,9 @@ typedef struct _WIN_DC_INFO typedef struct _DC { HGDIOBJ hHmgr; // Handle for this DC object. -// PVOID pvEntry; -// ULONG lucExcLock; -// ULONG Tid; + PVOID pvEntry; + ULONG lucExcLock; + ULONG Tid; DHPDEV PDev; INT DC_Type;