implement linux filesystem support

This commit is contained in:
chris-hawley
2019-03-11 15:28:37 -04:00
committed by chris hawley
parent b1f2f177cd
commit fed4cb63a7
3 changed files with 38 additions and 10 deletions

View File

@@ -26,9 +26,8 @@
#else
#include <codecvt>
#endif
#elif defined( \
_MSC_VER) // since the windows 10 sdk is required, this shouldn't be an
// issue
// since the windows 10 sdk is required, this shouldn't be an issue
#elif defined(_MSC_VER)
#include <codecvt>
#endif