Update code of Crossplatform redefine

This commit is contained in:
2020-02-08 15:03:07 +08:00
parent 45f80fb7f7
commit e7a9ea9e7d
4 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ using thread_mutex_ptr =CRITICAL_SECTION;
using thread_ptr =HANDLE;
using rwlock_ptr =SRWLOCK;
using semaphore_ptr =HANDLE;
using conv_var_ptr =CONDITION_VARIABLE;
using cond_var_ptr =CONDITION_VARIABLE;
#define THREAD_FUNC DWORD WINAPI
#define HGL_THREAD_DETACH_SELF