summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/implement.h b/implement.h
index 95308f5..400598c 100644
--- a/implement.h
+++ b/implement.h
@@ -423,13 +423,6 @@ struct ThreadKeyAssoc
#define PTW32_EPS_EXIT (1)
#define PTW32_EPS_CANCEL (2)
-/* Mutex constants */
-enum
-{
- PTW32_MUTEX_LOCK_IDX_INIT = -1,
- PTW32_MUTEX_OWNER_ANONYMOUS = 1
-};
-
/* Useful macros */
#define PTW32_MAX(a,b) ((a)<(b)?(b):(a))