From 22a238363e097ae54c50832abf37ef75a10ffd98 Mon Sep 17 00:00:00 2001 From: Andrew Webb Date: Wed, 23 Nov 2005 15:13:59 +0100 Subject: [PATCH] Define DateTime_SetMonthCalColor. --- include/commctrl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/commctrl.h b/include/commctrl.h index 30558766992..3b3501afd40 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -4769,6 +4769,8 @@ DECL_WINELIB_TYPE_AW(LPNMDATETIMEFORMATQUERY) #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) \