diff options
Diffstat (limited to 'src/fs/io')
-rw-r--r-- | src/fs/io/FileReader.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fs/io/FileReader.hxx b/src/fs/io/FileReader.hxx index c67bd6d77..642fc5ed1 100644 --- a/src/fs/io/FileReader.hxx +++ b/src/fs/io/FileReader.hxx @@ -78,6 +78,12 @@ public: #endif } +#ifndef WIN32 + FileDescriptor GetFD() const { + return fd; + } +#endif + void Close(); bool GetFileInfo(FileInfo &info, Error &error) const; |