From: Alex Henrie <alexhenrie24(a)gmail.com> MONTHCAL_MonthLength and MONTHCAL_CalculateDayOfWeek are already declared in dlls/comctl32/comctl32.h. --- dlls/comctl32/datetime.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dlls/comctl32/datetime.c b/dlls/comctl32/datetime.c index ce154aacbea..393406e778b 100644 --- a/dlls/comctl32/datetime.c +++ b/dlls/comctl32/datetime.c @@ -81,10 +81,6 @@ typedef struct int pendingUpdown; } DATETIME_INFO, *LPDATETIME_INFO; -/* in monthcal.c */ -extern int MONTHCAL_MonthLength(int month, int year); -extern int MONTHCAL_CalculateDayOfWeek(SYSTEMTIME *date, BOOL inplace); - /* this list of defines is closely related to `allowedformatchars' defined * in datetime.c; the high nibble indicates the `base type' of the format * specifier. -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3083