From 17bd2356a5b17893e626749be399fb8fda23db1e Mon Sep 17 00:00:00 2001 From: Mark Benvenuto Date: Fri, 20 Mar 2015 01:07:59 -0400 Subject: Use beginthreadex, and ensure we use the correct C calling conventions in all callbacks --- src/txn/txn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/txn') diff --git a/src/txn/txn.c b/src/txn/txn.c index 6c06a0af820..a1bec569ce7 100644 --- a/src/txn/txn.c +++ b/src/txn/txn.c @@ -12,7 +12,7 @@ * __wt_txnid_cmp -- * Compare transaction IDs for sorting / searching. */ -int +int WT_CDECL __wt_txnid_cmp(const void *v1, const void *v2) { uint64_t id1, id2; -- cgit v1.2.1