[_EMPTH_WIN32]: Previous rev. didn't even compile, fix.

This commit is contained in:
Markus Armbruster 2004-02-18 07:12:51 +00:00
parent 0c4fccb43e
commit 97843dfdf6

View file

@ -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