mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
Merry New Year post!
svn path=/trunk/; revision=31531
This commit is contained in:
parent
7ef202bdd6
commit
5a992d7f0d
1 changed files with 3 additions and 3 deletions
|
@ -369,11 +369,11 @@ typedef struct _WIN_DC_INFO
|
|||
typedef struct _DC
|
||||
{
|
||||
HGDIOBJ hHmgr; // Handle for this DC object.
|
||||
PVOID pvEntry;
|
||||
ULONG Count;
|
||||
ULONG lucExcLock;
|
||||
ULONG Tid;
|
||||
PVOID Tid;
|
||||
|
||||
DHPDEV PDev; // GDIDEVICE.PDev
|
||||
DHPDEV PDev; // GDIDEVICE.hPDev
|
||||
INT DC_Type;
|
||||
INT DC_Flags;
|
||||
PVOID pPDev; // PGDIDEVICE
|
||||
|
|
Loading…
Reference in a new issue