Add Enhanced Meta File header pointer to local DC structure.

svn path=/trunk/; revision=24819
This commit is contained in:
James Tabor 2006-11-24 08:53:59 +00:00
parent 5ef0f18fee
commit 6499dbb80f

View file

@ -119,6 +119,7 @@ typedef struct _LDC
HDC hDC; HDC hDC;
ULONG Flags; ULONG Flags;
INT iType; INT iType;
PVOID pEmfDC; /* Pointer to ENHMETAHEADER structure */
ABORTPROC pAbortProc; /* AbortProc for Printing */ ABORTPROC pAbortProc; /* AbortProc for Printing */
} LDC, *PLDC; } LDC, *PLDC;