From dc8b712ce4e81a3f1d2ac7dfe2a5f951c7cfacd8 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Fri, 17 Aug 2007 00:10:37 +0000 Subject: [PATCH] Removed two unsupported types. svn path=/trunk/; revision=28376 --- reactos/include/reactos/win32k/ntgdihdl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/include/reactos/win32k/ntgdihdl.h b/reactos/include/reactos/win32k/ntgdihdl.h index 2205c468d9b..1afdee9dfe8 100644 --- a/reactos/include/reactos/win32k/ntgdihdl.h +++ b/reactos/include/reactos/win32k/ntgdihdl.h @@ -54,8 +54,6 @@ #define GDI_OBJECT_TYPE_METAFILE 0x00260000 #define GDI_OBJECT_TYPE_ENHMETAFILE 0x00460000 /* Following object types made up for ROS */ -#define GDI_OBJECT_TYPE_ENHMETADC 0x00740000 -#define GDI_OBJECT_TYPE_MEMDC 0x00750000 #define GDI_OBJECT_TYPE_DONTCARE 0x007f0000 /** Not really an object type. Forces GDI_FreeObj to be silent. */ #define GDI_OBJECT_TYPE_SILENT 0x80000000