fix thread macro in Linux

This commit is contained in:
2020-01-23 20:37:42 +08:00
parent e90f8c9479
commit 25748fde9b
6 changed files with 12 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ namespace hgl
*/
class ProcMutex ///进程排斥
{
proc_mutex_ptr lock;
proc_mutex_ptr *lock;
public: