From 937fd19338436ad426d8abf1c39c71e57295c5fa Mon Sep 17 00:00:00 2001 From: daanx Date: Sat, 18 May 2024 16:32:10 -0700 Subject: [PATCH] comment --- include/mimalloc/atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mimalloc/atomic.h b/include/mimalloc/atomic.h index 807c4da8..afd8d647 100644 --- a/include/mimalloc/atomic.h +++ b/include/mimalloc/atomic.h @@ -132,7 +132,7 @@ static inline void mi_atomic_maxi64_relaxed(volatile int64_t* p, int64_t x) { #elif defined(_MSC_VER) -// MSVC C compilation wrapper that uses Interlocked operations to model C11 atomics. +// Legacy MSVC plain C compilation wrapper that uses Interlocked operations to model C11 atomics. #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif