summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
authorrpj <rpj>2010-02-15 14:13:58 +0000
committerrpj <rpj>2010-02-15 14:13:58 +0000
commit135d6f060c5e5232311af77bd0d0f500e861290c (patch)
tree1b8a6c26c2e7cfbee073a7c138a564296934882a /implement.h
parent866c278580edc88765929fdbc5235d15bab44d3d (diff)
Comments and code style changes
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h3
1 files changed, 3 insertions, 0 deletions
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
};