Merge pull request #903 from zosrothko/develop

Various fixes for Cygwin X86_64 port and additional minor fixes
This commit is contained in:
Aleksandar Fabijanic
2015-08-20 16:56:46 -05:00
8 changed files with 43 additions and 10 deletions

View File

@@ -118,7 +118,7 @@ void Message::init()
#if !defined(POCO_VXWORKS)
_pid = Process::id();
#endif
_ostid = Thread::currentTid();
_ostid = (IntPtr)Thread::currentTid();
Thread* pThread = Thread::current();
if (pThread)
{