mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Fix Linux threading compile issues.
This commit is contained in:
parent
eba4ddeb2a
commit
277becca53
6 changed files with 9 additions and 7 deletions
2
Thread.h
2
Thread.h
|
|
@ -41,7 +41,7 @@ public:
|
|||
|
||||
private:
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
HANDLE m_handle;
|
||||
HANDLE m_handle;
|
||||
#else
|
||||
pthread_t m_thread;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue