Include file cleanup : dce.h

Alexandre Julliard julliard at winehq.org
Wed Dec 15 04:03:26 CST 2004


Rémi Assailly <remi.assailly at 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.

-- 
Alexandre Julliard
julliard at winehq.org




More information about the wine-devel mailing list