[ros-diffs] [jimtabor] 29942: Sorry I did not want to change that part of the object.
jimtabor at svn.reactos.org
jimtabor at svn.reactos.org
Sun Oct 28 22:12:11 CET 2007
Author: jimtabor
Date: Mon Oct 29 00:12:11 2007
New Revision: 29942
URL: http://svn.reactos.org/svn/reactos?rev=29942&view=rev
Log:
Sorry I did not want to change that part of the object.
Modified:
trunk/reactos/subsystems/win32/win32k/include/dc.h
Modified: trunk/reactos/subsystems/win32/win32k/include/dc.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/include/dc.h?rev=29942&r1=29941&r2=29942&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/dc.h (original)
+++ trunk/reactos/subsystems/win32/win32k/include/dc.h Mon Oct 29 00:12:11 2007
@@ -60,9 +60,9 @@
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;
More information about the Ros-diffs
mailing list