From 8835a6c1cb832bebc39e154d5a6ac1383e1f80aa Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 16 Oct 2006 01:29:27 +0000 Subject: [PATCH] First of the Win32k-Gdi compatibility changes. svn path=/trunk/; revision=24535 --- reactos/include/reactos/win32k/ntgdityp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/reactos/win32k/ntgdityp.h b/reactos/include/reactos/win32k/ntgdityp.h index 93ba5903ff0..07c10643b28 100644 --- a/reactos/include/reactos/win32k/ntgdityp.h +++ b/reactos/include/reactos/win32k/ntgdityp.h @@ -45,6 +45,7 @@ typedef enum _GETDCDWORD { GdiGetRelAbs = 1, GdiGetArcDirection = 4, + GdiGetIsMemDc = 7, } GETDCDWORD, *PGETDCDWORD; typedef enum _GETSETDCDWORD