Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win32: use _mkdir instead of mkdir on windows
refs #1496 This POSIX function is deprecated beginning in Visual C++ 2005. Use the ISO C++ conformant _mkdir instead. See: http://msdn.microsoft.com/en-US/library/ms235326%28v=vs.80%29.aspx
- Loading branch information