From 135d6f060c5e5232311af77bd0d0f500e861290c Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 15 Feb 2010 14:13:58 +0000 Subject: Comments and code style changes --- implement.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'implement.h') diff --git a/implement.h b/implement.h index cf3c7f4..69930ef 100644 --- a/implement.h +++ b/implement.h @@ -151,6 +151,9 @@ struct ptw32_thread_t_ int implicit:1; void *keys; void *nextAssoc; +#ifdef _POSIX_CXX09_EXTENSIONS + int refs; /* C++ Thread Support Library extension */ +#endif }; -- cgit v1.2.3