On 31/05/07, Pedro Alves <[EMAIL PROTECTED]> wrote:
I would suggest something like:#ifdef _WIN32_WCE #define SYSTEM_COLOR_BASE_OFFSET 0x40000000 #else #define SYSTEM_COLOR_BASE_OFFSET 00 #endif
That's exactly what I had in mind ;) I'm not too familiar with the
ChangeLog conventions though, but I've been reading up on them and I
hope this is sufficient and what you're looking for. Not sure if it's
necessary to detail that SYSTEM_COLOR_BASE_OFFSET is different on
_WIN32_WCE...
* include/winuser.h (SYSTEM_COLOR_BASE_OFFSET): Define.
(COLOR_3DDKSHADOW, COLOR_3DFACE, COLOR_3DHILIGHT, COLOR_3DHIGHLIGHT,
COLOR_3DLIGHT, COLOR_BTNHILIGHT, COLOR_3DSHADOW, COLOR_ACTIVEBORDER,
COLOR_ACTIVECAPTION, COLOR_APPWORKSPACE, COLOR_BACKGROUND,
COLOR_DESKTOP, COLOR_BTNFACE, COLOR_BTNHIGHLIGHT, COLOR_BTNSHADOW,
COLOR_BTNTEXT, COLOR_CAPTIONTEXT, COLOR_GRAYTEXT, COLOR_HIGHLIGHT,
COLOR_HIGHLIGHTTEXT, COLOR_INACTIVEBORDER, COLOR_INACTIVECAPTION,
COLOR_INACTIVECAPTIONTEXT, COLOR_INFOBK, COLOR_INFOTEXT, COLOR_MENU,
COLOR_MENUTEXT, COLOR_SCROLLBAR, COLOR_WINDOW, COLOR_WINDOWFRAME,
COLOR_WINDOWTEXT, COLOR_HOTLIGHT, COLOR_GRADIENTACTIVECAPTION,
COLOR_GRADIENTINACTIVECAPTION) : Add SYSTEM_COLOR_BASE_OFFSET
Regards,
Carsten Sorensen
winuser.h.patch
Description: Binary data
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Cegcc-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cegcc-devel
