Add thread-locals for WIN32
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#if defined(HEIM_BASE_MAINTAINER) && !defined(WIN33) && defined(ENABLE_PTHREAD_SUPPORT)
|
||||
#define HEIM_WIN32_TLS
|
||||
#endif
|
||||
|
||||
typedef void (*heim_type_init)(void *);
|
||||
typedef heim_object_t (*heim_type_copy)(void *);
|
||||
typedef int (*heim_type_cmp)(void *, void *);
|
||||
|
Reference in New Issue
Block a user