swift
7cee2bf4 - Windows: include `direct.h` in `sys.stat` module

Commit
5 years ago
Windows: include `direct.h` in `sys.stat` module On Unicies `sys/stat.h` will provide `mkdir`. Windows provides the POSIX requirement through the portable name `_mkdir` which is declared in the `direct.h` header. This adds the additional header to the `ucrt` module to allow access to this function.
Author
Committer
Parents
Loading