From a22a5a8921e61e5c744824517e5e6ca098c8352b Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Fri, 3 Nov 2006 10:41:19 +0000 Subject: [PATCH] Add missing macros. --- connection.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/connection.h b/connection.h index 8ab0220..5ab6623 100644 --- a/connection.h +++ b/connection.h @@ -173,8 +173,10 @@ do { \ #define INIT_CONNLOCK(x) #define TRY_ENTER_CONN_CS(x) #define ENTER_CONN_CS(x) -#define ENTER_INNER_CONN_CS(x, entered) (0) +#define CONNLOCK_ACQUIRE(x) +#define ENTER_INNER_CONN_CS(x, entered) #define LEAVE_CONN_CS(x) +#define CONNLOCK_RELEASE(x) #define DELETE_CONN_CS(x) #define DELETE_CONNLOCK(x) #endif /* WIN_MULTITHREAD_SUPPORT */ -- 2.39.5