1 #define __INTRINSIC_ONLYSPECIAL 2 #define __INTRINSIC_SPECIAL__InterlockedXor /* Causes code generation in intrin-impl.h */ 3 4 #include <intrin.h> 5 6 __LONG32 InterlockedXor(__LONG32 volatile *, __LONG32) __attribute__((alias("_InterlockedXor"))); 7 8