16 May
2019
16 May
'19
10:20 a.m.
Signed-off-by: Huw Davies <huw(a)codeweavers.com> --- dlls/ntdll/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/time.c b/dlls/ntdll/time.c index 3b28113542..20de627c28 100644 --- a/dlls/ntdll/time.c +++ b/dlls/ntdll/time.c @@ -103,7 +103,7 @@ static inline BOOL IsLeapYear(int Year) } /* return a monotonic time counter, in Win32 ticks */ -static ULONGLONG monotonic_counter(void) +static inline ULONGLONG monotonic_counter(void) { struct timeval now; -- 2.17.1