Alex Henrie : comctl32: Remove duplicate declarations of MONTHCAL functions.
Module: wine Branch: master Commit: 47e044b81d30a4fb96199d965d1fa5dcca423758 URL: https://gitlab.winehq.org/wine/wine/-/commit/47e044b81d30a4fb96199d965d1fa5d... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Fri Jun 16 21:26:12 2023 -0600 comctl32: Remove duplicate declarations of MONTHCAL functions. 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.
participants (1)
-
Alexandre Julliard