mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Improved icon support. Patch by tim Jobling.
svn path=/trunk/; revision=4834
This commit is contained in:
parent
62b803fe27
commit
e25101088c
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ W32kCreateFontIndirect 1
|
|||
W32kCreateHalftonePalette 1
|
||||
W32kCreateHatchBrush 2
|
||||
W32kCreateIC 4
|
||||
W32kCreateIcon 9
|
||||
W32kCreateMetaFile 1
|
||||
W32kCreatePalette 1
|
||||
W32kCreatePatternBrush 1
|
||||
|
|
|
@ -394,6 +394,7 @@ extern "C" {
|
|||
#define LR_MONOCHROME (1)
|
||||
#define LR_CREATEDIBSECTION (8192)
|
||||
#define LR_DEFAULTSIZE (64)
|
||||
#define LR_SHARED (32768)
|
||||
|
||||
/* CreateDesktop */
|
||||
#define DF_ALLOWOTHERACCOUNTHOOK (0x1L)
|
||||
|
|
Loading…
Reference in a new issue