From: Lars Op den Kamp Date: Mon, 3 Oct 2011 22:36:55 +0000 (+0200) Subject: win32: sync visual studio project files X-Git-Tag: upstream/2.2.0~1^2~298 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9043a357d70a3d919577e4413b2f6e5c31c97059;hp=d522ed7e67689a11291e99e49b5768e973de90bb;p=deb_libcec.git win32: sync visual studio project files --- diff --git a/project/libcec.vcxproj b/project/libcec.vcxproj index b41a3d3..a9edbba 100644 --- a/project/libcec.vcxproj +++ b/project/libcec.vcxproj @@ -15,9 +15,10 @@ - - - + + + + @@ -33,11 +34,12 @@ - - - - - + + + + + + diff --git a/src/lib/util/threads.cpp b/src/lib/util/threads.cpp index 5e08b84..58aff36 100644 --- a/src/lib/util/threads.cpp +++ b/src/lib/util/threads.cpp @@ -154,7 +154,7 @@ void *CThread::ThreadHandler(CThread *thread) return NULL; } -bool CThread::StopThread(bool bWaitForExit /* = true */) +void CThread::StopThread(bool bWaitForExit /* = true */) { m_bStop = true; if (bWaitForExit)