(empth_t, empth_sem_t) [_EMPTH_WIN32]: Use incomplete types, not void for
abstract data types.
This commit is contained in:
parent
237baffca9
commit
e446bfd904
2 changed files with 4 additions and 5 deletions
|
@ -102,9 +102,8 @@ typedef struct {
|
|||
#define EMPTH_PRINT 0x1
|
||||
#define EMPTH_STACKCHECK 0x2
|
||||
|
||||
typedef void empth_t;
|
||||
|
||||
typedef void empth_sem_t;
|
||||
typedef struct loc_Thread_t empth_t;
|
||||
typedef struct loc_Sem_t void empth_sem_t;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue