diff dw.h @ 239:403b07f873e1

Use a pointer for HMTX instead of a pthread_mutex_t struct.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 18 Feb 2003 20:09:04 +0000
parents 13d3de3f1e83
children 00d2b1bcf036
line wrap: on
line diff
--- a/dw.h	Tue Feb 18 19:34:21 2003 +0000
+++ b/dw.h	Tue Feb 18 20:09:04 2003 +0000
@@ -466,7 +466,7 @@
 typedef char CHAR;
 typedef unsigned UINT;
 typedef int INT;
-typedef pthread_mutex_t HMTX;
+typedef pthread_mutex_t *HMTX;
 typedef struct _dw_unix_event {
 	pthread_mutex_t mutex;
 	pthread_cond_t event;