Skip to content

Manipulate the directories on linux as well

Aleksei KALINOV requested to merge linux_compat into master

struct stat is defined in a different header on Linux than on Windows. To make code more portable the change includes the correct header conditionally.

Merge request reports