[ros-diffs] [jimtabor] 40081: - Rename gdi entry flag.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Tue Mar 17 22:50:48 CET 2009


Author: jimtabor
Date: Wed Mar 18 00:50:47 2009
New Revision: 40081

URL: http://svn.reactos.org/svn/reactos?rev=40081&view=rev
Log:
- Rename gdi entry flag.

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=40081&r1=40080&r2=40081&view=diff
==============================================================================
--- trunk/reactos/include/reactos/win32k/ntgdihdl.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/win32k/ntgdihdl.h [iso-8859-1] Wed Mar 18 00:50:47 2009
@@ -45,7 +45,7 @@
 #define GDI_ENTRY_UNDELETABLE  1    /* Mark Object as nonremovable */
 #define GDI_ENTRY_DELETING     2    /* Used when deleting Font Objects */
 #define GDI_ENTRY_VALIDATE_VIS 4    /* Validating Visible region data */
-#define GDI_ENTRY_ALOC_LAL     0x80 /* Object Allocated with Look aside List */
+#define GDI_ENTRY_ALLOCATE_LAL 0x80 /* Object Allocated with Look aside List */
 
 /*! \defgroup GDI object types
  *



More information about the Ros-diffs mailing list