]> Creatis software - creaImageIO.git/commitdiff
#3218 creaImageIO Feature New Normal - vtk8itk4wx3-mingw64
authorEduardo DAVILA <davila@ei-ed-606.creatis.insa-lyon.fr>
Wed, 22 Aug 2018 14:16:32 +0000 (16:16 +0200)
committerEduardo DAVILA <davila@ei-ed-606.creatis.insa-lyon.fr>
Wed, 22 Aug 2018 14:16:32 +0000 (16:16 +0200)
src/creaImageIOMultiThreadImageReader.cpp

index e7b023bba7e2ddc75e78d998e4f045036ca6c409..d0103d7e02ce6b3b65d703370378ca0e64544a31 100644 (file)
@@ -694,7 +694,7 @@ namespace creaImageIO
            mMultiThreadImageReader->MultiThreadImageReaderEventUnlock();
            //mMutex.Unlock();
            // Wait a little to avoid blocking 
-           Sleep(10);
+           wxMilliSleep(10);
          }
       };
     //    std::cout << "### Thread "<<GetCurrentId()<<" stopping"