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

committed by
Nico Williams

parent
4748f3a19d
commit
917e16049a
@@ -112,7 +112,7 @@ struct heim_dso {
|
||||
void *dsohandle;
|
||||
};
|
||||
|
||||
static void
|
||||
static void HEIM_CALLCONV
|
||||
dso_dealloc(void *ptr)
|
||||
{
|
||||
struct heim_dso *p = ptr;
|
||||
|
Reference in New Issue
Block a user