Sorry I did not want to change that part of the object.
authorJames Tabor <james.tabor@reactos.org>
Sun, 28 Oct 2007 21:12:11 +0000 (21:12 +0000)
committerJames Tabor <james.tabor@reactos.org>
Sun, 28 Oct 2007 21:12:11 +0000 (21:12 +0000)
svn path=/trunk/; revision=29942

reactos/subsystems/win32/win32k/include/dc.h

index 57f0603..788ef66 100644 (file)
@@ -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;