Fix the windows build.
authorRodrigo Kumpera <kumpera@gmail.com>
Thu, 5 Sep 2013 00:21:33 +0000 (20:21 -0400)
committerRodrigo Kumpera <kumpera@gmail.com>
Thu, 5 Sep 2013 00:21:40 +0000 (20:21 -0400)
mono/utils/atomic.h

index 5e7d3ac0e947e4fb317f6e6298795d54454e4660..b9927bf5ae3dd1c6ed7e573bb3ce357361314da3 100644 (file)
@@ -28,6 +28,7 @@
 #if defined(__WIN32__) || defined(_WIN32)
 
 #include <windows.h>
+#define HAS_64BITS_ATOMICS 1
 
 /* Prefer GCC atomic ops if the target supports it (see configure.in). */
 #elif defined(USE_GCC_ATOMIC_OPS)