We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750ed83 commit 449cd8eCopy full SHA for 449cd8e
Zend/zend_atomic.h
@@ -68,7 +68,7 @@ typedef struct zend_atomic_int_s {
68
69
BEGIN_EXTERN_C()
70
71
-#if (defined(ZEND_WIN32) || defined(HAVE_SYNC_ATOMICS)) && !defined(HAVE_C11_ATOMICS)
+#if defined(ZEND_WIN32) && !defined(HAVE_C11_ATOMICS)
72
73
#ifndef InterlockedExchange8
74
#define InterlockedExchange8 _InterlockedExchange8
0 commit comments