diff options
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 7 |
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)) |