From e2fb1d3a5f8b810eaefbff469cfcb3eddad7cbf3 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 15 Jan 2024 23:18:10 -0500 Subject: Continue windows build fix Signed-off-by: Andrew Opalach --- src/util/thread/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/thread/thread.h b/src/util/thread/thread.h index eb63b8d..8860d2d 100644 --- a/src/util/thread/thread.h +++ b/src/util/thread/thread.h @@ -35,7 +35,7 @@ struct aki_cond { typedef f64 aki_os_tstamp; -#define AKI_TS_FROM_USEC(usec) (usec * 1e-6) +#define AKI_TS_FROM_USEC(usec) ((usec) * 1e-6) #ifndef _WIN32 #define AKI_THREADCALL -- cgit v1.2.3-101-g0448