base: use correct calling convention for log_file()

Use the correct HEIM_CALLCONV calling convention when setting log_file()
callback, otherwise Windows build fails.
This commit is contained in:
Luke Howard
2021-08-11 18:53:06 +10:00
parent b216697924
commit ab3d52e1a2

View File

@@ -237,7 +237,7 @@ struct file_data {
#define O_CLOEXEC 0
#endif
static void
static void HEIM_CALLCONV
log_file(heim_context context, const char *timestr, const char *msg, void *data)
{
struct timeval tv;