ICU-3009 Thread starting in test code, back out what appears to have been an accidental change.

X-SVN-Rev: 12421
This commit is contained in:
Andy Heninger 2003-06-10 21:31:38 +00:00
parent 0d089832f2
commit f8c3e58100

View file

@ -172,8 +172,7 @@ int32_t SimpleThread::start()
return -1;
}
// imp->fHandle = _beginthread( SimpleThreadProc, 0 /*stack size*/ , (void *)this );
imp->fHandle = -1;
imp->fHandle = _beginthread( SimpleThreadProc, 0 /*stack size*/ , (void *)this );
if (imp->fHandle == -1) {
// An error occured
int err = errno;