[PATCH 1/2] ntdll: Mark monotonic_counter() as inline.

Huw Davies huw at codeweavers.com
Thu May 16 04:20:31 CDT 2019


Signed-off-by: Huw Davies <huw at 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




More information about the wine-devel mailing list