mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[WIN32]
Add undocumented flag CBM_CREATDIB svn path=/trunk/; revision=56541
This commit is contained in:
parent
37f34e8443
commit
812d4b73e0
1 changed files with 3 additions and 0 deletions
|
@ -223,6 +223,9 @@ typedef DWORD LFTYPE;
|
|||
#define METARGN 2 // GetMetaRgn
|
||||
#define APIRGN 3
|
||||
|
||||
/* Undocumented flag for fdwInit in CreateDIBitmap */
|
||||
#define CBM_CREATDIB 2
|
||||
|
||||
/* TYPES *********************************************************************/
|
||||
|
||||
typedef PVOID KERNEL_PVOID;
|
||||
|
|
Loading…
Reference in a new issue