do
{
YieldToAnyThread();
- } while( clock() - start < (milliseconds * CLOCKS_PER_SEC) / 1000 ) ;
+ } while( clock() - start < milliseconds / 1000.0 * CLOCKS_PER_SEC ) ;
}
int wxThread::GetCPUCount()
#include "wx/thrimpl.cpp"
#endif // wxUSE_THREADS
-
-// vi:sts=4:sw=4:et