PC_SYS_MAPPED is unused, remove it.
This commit is contained in:
parent
25a3ff6a1a
commit
4fd0c5fdcf
|
@ -89,7 +89,6 @@ typedef struct tagBITMAPOBJ
|
|||
|
||||
#define PC_SYS_USED 0x80 /* palentry is used (both system and logical) */
|
||||
#define PC_SYS_RESERVED 0x40 /* system palentry is not to be mapped to */
|
||||
#define PC_SYS_MAPPED 0x10 /* logical palentry is a direct alias for system palentry */
|
||||
|
||||
typedef struct tagPALETTEOBJ
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue