Minor
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 2 Jan 2013 23:41:27 +0000 (17:41 -0600)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 2 Jan 2013 23:41:27 +0000 (17:41 -0600)
src/hb-atomic-private.hh

index 111d7a0..67579cd 100644 (file)
@@ -59,7 +59,7 @@ static inline void HBMemoryBarrier (void) {
 }
 #endif
 
-typedef long hb_atomic_int_t;
+typedef LONG hb_atomic_int_t;
 #define hb_atomic_int_add(AI, V)       InterlockedExchangeAdd (&(AI), (V))
 
 #define hb_atomic_ptr_get(P)           (HBMemoryBarrier (), (void *) *(P))