Change and to && to compiler on Windows

This commit is contained in:
Mark Rivers
2020-03-23 17:42:24 -05:00
parent 92dab36a11
commit 546f31c29f

View File

@@ -394,7 +394,7 @@ AndorCCD::~AndorCCD()
status = asynError;
}
this->unlock();
while (mExited < 2 and status != asynError)
while ((mExited < 2) && (status != asynError))
epicsThreadSleep(0.2);
}