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

@@ -11,7 +11,7 @@ namespace hgl
*/
class Semaphore ///信号
{
semaphore_ptr ptr;
semaphore_ptr *ptr;
public: