From 4418f202f4933386751f916e3af218f39aa4241f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 13 Dec 2006 22:30:35 +0000 Subject: [PATCH] update comment --- stepmania/src/arch/Threads/Threads_Win32.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/arch/Threads/Threads_Win32.cpp b/stepmania/src/arch/Threads/Threads_Win32.cpp index d0796a930d..377bbdd161 100644 --- a/stepmania/src/arch/Threads/Threads_Win32.cpp +++ b/stepmania/src/arch/Threads/Threads_Win32.cpp @@ -347,8 +347,7 @@ static bool PortableSignalObjectAndWait( HANDLE hObjectToSignal, HANDLE hObjectT } } -/* Event logic from http://www.cs.wustl.edu/~schmidt/win32-cv-1.html. - * pTimeout is not currently implemented. */ +/* Event logic from http://www.cs.wustl.edu/~schmidt/win32-cv-1.html. */ bool EventImpl_Win32::Wait( RageTimer *pTimeout ) { EnterCriticalSection( &m_iNumWaitingLock );