[ros-diffs] [jimtabor] 28376: Removed two unsupported types.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Fri Aug 17 02:10:38 CEST 2007


Author: jimtabor
Date: Fri Aug 17 04:10:37 2007
New Revision: 28376

URL: http://svn.reactos.org/svn/reactos?rev=28376&view=rev
Log:
Removed two unsupported types.

Modified:
    trunk/reactos/include/reactos/win32k/ntgdihdl.h

Modified: trunk/reactos/include/reactos/win32k/ntgdihdl.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntgdihdl.h?rev=28376&r1=28375&r2=28376&view=diff
==============================================================================
--- trunk/reactos/include/reactos/win32k/ntgdihdl.h (original)
+++ trunk/reactos/include/reactos/win32k/ntgdihdl.h Fri Aug 17 04:10:37 2007
@@ -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




More information about the Ros-diffs mailing list