Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-24 | Fix: libfstream: Correctly handle FlushFileBuffers resturn status | David Oberhollenzer | |
The Windows port uses FlushFileBuffers in libfstream for the implmentation of the file flush method. Unlike other winapi functions, this function returns a boolean and not an error code. Previously, the error code path was executed on success, printing a rather confusing error message, that this file already exists. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-09-16 | Add stream I/O abstraction library | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |