Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Conversation

@xaedes
Copy link

@xaedes xaedes commented Feb 3, 2017

Fix issue #33 by adding a conditional code block for mingw platform that calls the correct mkdir function.

The mkdir function provided by (admittedly my) mingw platform lacks the mode parameter. This part in the FileUtils.hpp file is conditionally compiled. When compiling in Visual Studio (defined(_MSC_VER)==true) another function_mkdir without the mode parameter is called. In Mingw the function is called mkdir.

…form, that calls the correct mkdir function.
@masamitsutech
Copy link
Contributor

This pull request will be reviewed for the next stable release.

This pull request will be closed if the change is accepted and merged into the toolkit. If any issues are found, we will report those here to be resolved.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants