Fix Linux threading compile issues.

This commit is contained in:
Jonathan Naylor 2016-06-06 19:26:47 +01:00
parent eba4ddeb2a
commit 277becca53
6 changed files with 9 additions and 7 deletions

View file

@ -41,7 +41,7 @@ public:
private:
#if defined(_WIN32) || defined(_WIN64)
HANDLE m_handle;
HANDLE m_handle;
#else
pthread_t m_thread;
#endif