Fix Windows build

This commit is contained in:
Nicolas Williams
2016-04-16 16:45:26 -05:00
parent 3d4fbf9aac
commit e2137c63f5
4 changed files with 20 additions and 29 deletions

View File

@@ -418,4 +418,14 @@ void _bsearch_file_info(bsearch_file_handle bfh, size_t *page_sz,
size_t *max_sz, int *blockwise);
void _bsearch_file_close(bsearch_file_handle *bfh);
/*
* Thread-specific keys
*/
int heim_w32_key_create(unsigned long *, void (*)(void *));
int heim_w32_delete_key(unsigned long);
int heim_w32_setspecific(unsigned long, void *);
void *heim_w32_getspecific(unsigned long);
void heim_w32_service_thread_detach(void *);
#endif /* HEIM_BASE_H */