Skip to content

Commit

Permalink
fix win fileutils
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Oct 27, 2024
1 parent d612500 commit d1aaa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncrystal_core/src/NCFileUtilsWin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

//Do not use std::filesystem if we have an alternative:
#ifndef NCRYSTAL_AVOID_CPP17FILESYSTEM
# if NCRYSTAL_FEATURE_IFSTREAM_WSTRING_PATH
# ifdef NCRYSTAL_FEATURE_IFSTREAM_WSTRING_PATH
# define NCRYSTAL_AVOID_CPP17FILESYSTEM
# endif
#endif
Expand Down

0 comments on commit d1aaa48

Please sign in to comment.