|
@@ -28,6 +28,7 @@
|
|
|
#include <Aclapi.h>
|
|
#include <Aclapi.h>
|
|
|
#include <string>
|
|
#include <string>
|
|
|
|
|
|
|
|
|
|
+#include "../Core/Timer.h"
|
|
|
#include "IPCWindows.h"
|
|
#include "IPCWindows.h"
|
|
|
|
|
|
|
|
typedef std::wstring IPCWString;
|
|
typedef std::wstring IPCWString;
|
|
@@ -214,6 +215,8 @@ void PipeWin::ReaderThread::ThreadFunction()
|
|
|
readSize_ = (unsigned) bytesRead;
|
|
readSize_ = (unsigned) bytesRead;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ Time::Sleep(100);
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|