mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-05 06:15:30 +00:00
Fix Linux threading compile issues.
This commit is contained in:
parent
7cd548fd9b
commit
954bc4626c
3 changed files with 9 additions and 7 deletions
|
|
@ -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