#ifndef _RAR_TIMEFN_ #define _RAR_TIMEFN_ struct RarLocalTime { … }; class RarTime { … }; const wchar *GetMonthName(uint Month); bool IsLeapYear(uint Year); #endif
#ifndef _RAR_TIMEFN_ #define _RAR_TIMEFN_ struct RarLocalTime { … }; class RarTime { … }; const wchar *GetMonthName(uint Month); bool IsLeapYear(uint Year); #endif