From 35c7e80281ff6079b6e89dd421addd0a5f6b8b2c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 17:14:16 -0400 Subject: Fix thread function attributes on Windows --- test/test_thread.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_thread.c') diff --git a/test/test_thread.c b/test/test_thread.c index 6fe80a5..8cfc9f4 100644 --- a/test/test_thread.c +++ b/test/test_thread.c @@ -13,8 +13,7 @@ typedef struct { int output; } SharedData; -ZIX_THREAD_FUNC -static ZixThreadResult +static ZixThreadResult ZIX_THREAD_FUNC thread_func(void* const arg) { SharedData* const data = (SharedData*)arg; -- cgit v1.2.1