summaryrefslogtreecommitdiff
path: root/common/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/compat.c')
-rw-r--r--common/compat.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/compat.c b/common/compat.c
index b8ed2ad..400e10b 100644
--- a/common/compat.c
+++ b/common/compat.c
@@ -245,6 +245,12 @@ p11_dl_error (void)
return msg_buf;
}
+void
+p11_dl_close (void *dl)
+{
+ FreeLibrary (dl);
+}
+
int
p11_thread_create (p11_thread_t *thread,
p11_thread_routine routine,