windows: #define _Atomic

This commit is contained in:
Nicolas Williams
2026-01-05 18:47:10 -06:00
parent 27a64459dc
commit 049b1b176b

View File

@@ -147,6 +147,8 @@ typedef unsigned long HEIM_PRIV_thread_key;
#elif defined(_WIN32)
#define _Atomic
typedef struct heim_mutex {
HANDLE h;
} heim_mutex_t;