summaryrefslogtreecommitdiff
path: root/common/compat.h
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-03 10:00:23 +0100
committerStef Walter <stefw@gnome.org>2013-03-03 10:07:14 +0100
commitbee435e09111f43dcc406160e9c9bdd8645fc86c (patch)
tree8ca133400350ede433cb110fef632a7905bf4129 /common/compat.h
parent61e0cb5dddb89ddab1d68791eb28d892c114622f (diff)
downloadp11-kit-bee435e09111f43dcc406160e9c9bdd8645fc86c.tar.gz
Fix syntax errors in OS_WIN32 ifdefs
Diffstat (limited to 'common/compat.h')
-rw-r--r--common/compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/compat.h b/common/compat.h
index d4858f0..a6a02af 100644
--- a/common/compat.h
+++ b/common/compat.h
@@ -127,9 +127,9 @@ typedef DWORD p11_thread_id_t;
typedef void * (*p11_thread_routine) (void *arg);
-int p11_thread_create (thread_t *thread, thread_routine, void *arg);
+int p11_thread_create (p11_thread_t *thread, p11_thread_routine, void *arg);
-int p11_thread_join (thread_t thread);
+int p11_thread_join (p11_thread_t thread);
/* Returns a thread_id_t */
#define p11_thread_id_self() \