Commit 6b47a72e authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

ntdll: Mark monotonic_counter() as inline.

parent 6ebc9dd4
...@@ -103,7 +103,7 @@ static inline BOOL IsLeapYear(int Year) ...@@ -103,7 +103,7 @@ static inline BOOL IsLeapYear(int Year)
} }
/* return a monotonic time counter, in Win32 ticks */ /* return a monotonic time counter, in Win32 ticks */
static ULONGLONG monotonic_counter(void) static inline ULONGLONG monotonic_counter(void)
{ {
struct timeval now; struct timeval now;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment