Huw Davies : ntdll: Mark monotonic_counter() as inline.

Alexandre Julliard julliard at winehq.org
Thu May 16 16:26:58 CDT 2019


Module: wine
Branch: master
Commit: 6b47a72e4a3344665ea4f71b99606e86cb69ed51
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6b47a72e4a3344665ea4f71b99606e86cb69ed51

Author: Huw Davies <huw at codeweavers.com>
Date:   Thu May 16 10:20:31 2019 +0100

ntdll: Mark monotonic_counter() as inline.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 3b28113..20de627 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;
 




More information about the wine-cvs mailing list