From 97843dfdf64b581553d4f5a877a287ec2e6a4dd3 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 18 Feb 2004 07:12:51 +0000 Subject: [PATCH] [_EMPTH_WIN32]: Previous rev. didn't even compile, fix. --- include/empthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/empthread.h b/include/empthread.h index 217efeb5..4b7167a1 100644 --- a/include/empthread.h +++ b/include/empthread.h @@ -103,7 +103,7 @@ typedef struct { #define EMPTH_STACKCHECK 0x2 typedef struct loc_Thread_t empth_t; -typedef struct loc_Sem_t void empth_sem_t; +typedef struct loc_Sem_t empth_sem_t; #endif