mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-27 06:10:52 -04:00
+ fix the code for windows
This commit is contained in:
parent
bf47514898
commit
f8aab0076a
@ -66,7 +66,7 @@ namespace zim
|
|||||||
std::streambuf::int_type underflow();
|
std::streambuf::int_type underflow();
|
||||||
int sync();
|
int sync();
|
||||||
|
|
||||||
void setCurrentFile(const std::string& fname, off_t off);
|
void setCurrentFile(const std::string& fname, zim::offset_type off);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
streambuf(const std::string& fname, unsigned bufsize, unsigned openFilesCache);
|
streambuf(const std::string& fname, unsigned bufsize, unsigned openFilesCache);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user