ChangeSet ID: 21412 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/23 08:25:04
Modified files: include : commctrl.h
Log message: Andrew Webb andrew7webb@comcast.net Define DateTime_SetMonthCalColor.
Patch: http://cvs.winehq.org/patch.py?id=21412
Old revision New revision Changes Path 1.157 1.158 +2 -0 wine/include/commctrl.h
Index: wine/include/commctrl.h diff -u -p wine/include/commctrl.h:1.157 wine/include/commctrl.h:1.158 --- wine/include/commctrl.h:1.157 23 Nov 2005 14:25: 4 -0000 +++ wine/include/commctrl.h 23 Nov 2005 14:25: 4 -0000 @@ -4769,6 +4769,8 @@ DECL_WINELIB_TYPE_AW(LPNMDATETIMEFORMATQ #define DateTime_SetFormat WINELIB_NAME_AW(DateTime_SetFormat) #define DateTime_GetMonthCalColor(hdp, iColor) \ SNDMSGA (hdp, DTM_GETMCCOLOR, iColor, 0) +#define DateTime_SetMonthCalColor(hdp, iColor, clr) \ + SNDMSGA (hdp, DTM_SETMCCOLOR, iColor, clr) #define DateTime_GetMonthCal(hdp) \ (HWND) SNDMSGA (hdp, DTM_GETMONTHCAL, 0, 0) #define DateTime_SetMonthCalFont(hdp, hfont, fRedraw) \