This commit is contained in:
Behdad Esfahbod 2012-05-17 21:53:24 -04:00
parent 22afd66a30
commit 022a05ae90
2 changed files with 6 additions and 2 deletions

View File

@ -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;

View File

@ -39,8 +39,10 @@
/* We need external help for these */
#if 0
#if !defined(HB_NO_MT) && defined(_MSC_VER) || defined(__MINGW32__)
#elif !defined(HB_NO_MT) && defined(_MSC_VER) || defined(__MINGW32__)
#include <windows.h>
typedef CRITICAL_SECTION hb_mutex_impl_t;