commit | 022a05ae90f30bcddff413022e0cd801809b5390 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Thu May 17 21:53:24 2012 -0400 |
committer | Behdad Esfahbod <[email protected]> | Thu May 17 21:53:24 2012 -0400 |
tree | eda46e8f1303a592a2814e312df6afc5551d712f | |
parent | 22afd66a30d01b6771405e76777306f600807bea [diff] [blame] |
Minor
diff --git a/src/hb-atomic-private.hh b/src/hb-atomic-private.hh index 60b319a..a348f95 100644 --- a/src/hb-atomic-private.hh +++ b/src/hb-atomic-private.hh
@@ -39,8 +39,10 @@ /* We need external help for these */ +#if 0 -#if !defined(HB_NO_MT) && defined(_MSC_VER) && _MSC_VER >= 1600 + +#elif !defined(HB_NO_MT) && defined(_MSC_VER) && _MSC_VER >= 1600 #include <intrin.h> typedef long hb_atomic_int_t;