mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
adding a new define DC_BITMAP for GetStockObject
svn path=/trunk/; revision=33411
This commit is contained in:
parent
1bc8ff3d85
commit
ea9d73b0f2
1 changed files with 6 additions and 0 deletions
|
@ -813,6 +813,12 @@ extern "C" {
|
|||
#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
|
||||
|
|
Loading…
Reference in a new issue