mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Define DateTime_SetMonthCalColor.
This commit is contained in:
parent
fd7a60bc8d
commit
22a238363e
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user