Experimental fix of FileImpl::EndOfFile on Windows

This commit is contained in:
Lynix
2012-05-22 11:36:34 +02:00
parent dba9cb0ddf
commit 506ad84def
3 changed files with 49 additions and 9 deletions

View File

@@ -42,7 +42,8 @@ class NzFileImpl : NzNonCopyable
private:
HANDLE m_handle;
bool m_endOfFile;
mutable bool m_endOfFile;
mutable bool m_endOfFileUpdated;
};
#endif // NAZARA_FILEIMPL_HPP