mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
f44e87dfb7
In backends/fs/windows/windows-fs.cpp, the macros F_OK/R_OK/W_OK are not defined by system includes of MSVC, so they have been added manually into the code. While this solution works, in my opinion it would be much cleaner to use GetFileAttributes() for getting this information. Actually, this is what the _access()/_waccess() functions do and, afterall, this is a piece of code expected to work on Windows only. |
||
---|---|---|
.. | ||
amigaos | ||
chroot | ||
devoptab | ||
morphos | ||
n64 | ||
posix | ||
posix-drives | ||
ps3 | ||
psp | ||
riscos | ||
symbian | ||
wii | ||
windows | ||
abstract-fs.cpp | ||
abstract-fs.h | ||
fs-factory.h | ||
stdiostream.cpp | ||
stdiostream.h |