mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:42:57 +00:00
Sorry I did not want to change that part of the object.
svn path=/trunk/; revision=29942
This commit is contained in:
parent
8b0c929f19
commit
45199dd0b1
1 changed files with 3 additions and 3 deletions
|
@ -60,9 +60,9 @@ typedef struct _WIN_DC_INFO
|
||||||
typedef struct _DC
|
typedef struct _DC
|
||||||
{
|
{
|
||||||
HGDIOBJ hHmgr; // Handle for this DC object.
|
HGDIOBJ hHmgr; // Handle for this DC object.
|
||||||
// PVOID pvEntry;
|
PVOID pvEntry;
|
||||||
// ULONG lucExcLock;
|
ULONG lucExcLock;
|
||||||
// ULONG Tid;
|
ULONG Tid;
|
||||||
|
|
||||||
DHPDEV PDev;
|
DHPDEV PDev;
|
||||||
INT DC_Type;
|
INT DC_Type;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue