Mercurial > hg > svcore
comparison data/fileio/FileReadThread.cpp @ 1221:a1b97df9962e 3.0-integration
Merge from branch msvc2015_64
author | Chris Cannam |
---|---|
date | Thu, 20 Oct 2016 11:16:22 +0100 |
parents | c811991a5efa |
children |
comparison
equal
deleted
inserted
replaced
1215:f50ded4b951c | 1221:a1b97df9962e |
---|---|
17 | 17 |
18 #include "base/Profiler.h" | 18 #include "base/Profiler.h" |
19 #include "base/Thread.h" | 19 #include "base/Thread.h" |
20 | 20 |
21 #include <iostream> | 21 #include <iostream> |
22 | |
23 #ifdef _MSC_VER | |
24 #include <io.h> | |
25 #define _lseek lseek | |
26 #else | |
22 #include <unistd.h> | 27 #include <unistd.h> |
28 #endif | |
29 | |
23 #include <cstdio> | 30 #include <cstdio> |
24 | 31 |
25 //#define DEBUG_FILE_READ_THREAD 1 | 32 //#define DEBUG_FILE_READ_THREAD 1 |
26 | 33 |
27 FileReadThread::FileReadThread() : | 34 FileReadThread::FileReadThread() : |