diff --git a/reactos/include/reactos/win32k/ntgdihdl.h b/reactos/include/reactos/win32k/ntgdihdl.h index 263899bef1f..1e76e036932 100644 --- a/reactos/include/reactos/win32k/ntgdihdl.h +++ b/reactos/include/reactos/win32k/ntgdihdl.h @@ -119,6 +119,7 @@ typedef struct _LDC HDC hDC; ULONG Flags; INT iType; + PVOID pEmfDC; /* Pointer to ENHMETAHEADER structure */ ABORTPROC pAbortProc; /* AbortProc for Printing */ } LDC, *PLDC;