Open JayFoxRox opened 3 years ago
My view on this would be that we shouldn’t fix this: sys/stat.h is a POSIX/UNIX api and should not be assumed to be present in non-posix environments such as Xbox.
Yeah I agree, will fix this on DevilutionX side (same for sys/types.h)
I initially was under the wrong impression that NXDK aims to be somewhat POSIX compatible
Here's a hack I've been using locally:
I hope that someone will implement this properly.
There's more functionality in this, but this is enough for my current projects