Commit Graph
1 Commits
Author SHA1 Message Date
RallyTronics 336cf4d1df fix: add Windows compatibility defines for file mode and sync flags in io.c
Add preprocessor conditionals for WIN32/WIN64 to define POSIX-compatible
file mode macros (S_IRUSR, S_IWUSR), O_SYNC flag, and S_ISREG/S_ISDIR
macros using Windows equivalents. Also fix a minor typo in the comment
describing the file flag mapping approach.
2016-03-15 20:52:09 +00:00