RĂ©mi Assailly remi.assailly@free.fr writes:
I noticed that in gdi.h PC_SYS_MAPPED is unused and PC_SYS_RESERVED is only used in dlls/x11drv/palette.c I think we can remove PC_SYS_MAPPED and move PC_SYS_RESERVED to dlls/x11drv/palette.c
I don't think you want to move just one flag, these are used together in the same variable so they have to be declared together too, otherwise someone might add a new flag without noticing that the same value is already used in another file.