Minor
This commit is contained in:
parent
22afd66a30
commit
022a05ae90
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue