base: make heim_alloc deallocator use HEIM_CALLCONV
This commit is contained in:

committed by
Nico Williams

parent
4748f3a19d
commit
917e16049a
@@ -173,7 +173,7 @@ void heim_release(heim_object_t);
|
||||
|
||||
void heim_show(heim_object_t);
|
||||
|
||||
typedef void (*heim_type_dealloc)(void *);
|
||||
typedef void (HEIM_CALLCONV *heim_type_dealloc)(void *);
|
||||
|
||||
void *
|
||||
heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc);
|
||||
|
Reference in New Issue
Block a user