From 45199dd0b1aee55638ba5ee58c4e6bd9ea191ac3 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sun, 28 Oct 2007 21:12:11 +0000 Subject: [PATCH] Sorry I did not want to change that part of the object. svn path=/trunk/; revision=29942 --- reactos/subsystems/win32/win32k/include/dc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;