Author: greatlrd Date: Sat May 10 12:37:43 2008 New Revision: 33411
URL: http://svn.reactos.org/svn/reactos?rev=33411&view=rev Log: adding a new define DC_BITMAP for GetStockObject
Modified: trunk/reactos/include/psdk/wingdi.h
Modified: trunk/reactos/include/psdk/wingdi.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/wingdi.h?rev=3... ============================================================================== --- trunk/reactos/include/psdk/wingdi.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/wingdi.h [iso-8859-1] Sat May 10 12:37:43 2008 @@ -813,6 +813,12 @@ #define SYSTEM_FONT 13 #define SYSTEM_FIXED_FONT 16 #define DEFAULT_PALETTE 15 + +/* NOTE DC_BITMAP or the value are not documented in MSDN or ms header + * it return a 1x1 1Bpp Bitmap in all case from GetStockObject + */ +#define DC_BITMAP 21 + #if (_WIN32_WINNT >= 0x0500) #define DC_BRUSH 18 #define DC_PEN 19