mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 20:48:02 +08:00
fix samaphore for win32
This commit is contained in:
parent
5e4a504ed6
commit
b3f086409a
@ -25,6 +25,7 @@
|
||||
#include <process.h>
|
||||
struct _tk_semaphore_t {
|
||||
HANDLE sem;
|
||||
char name[TK_NAME_LEN + 1];
|
||||
};
|
||||
#elif defined(HAS_PTHREAD)
|
||||
#include <fcntl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user