FileSystem: Fix build failure
This commit is contained in:
parent
e2af9aa0ca
commit
571a773b29
|
@ -60,7 +60,7 @@ static std::time_t ConvertFileTimeToUnixTime(const FILETIME& ft)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
__declspec(noinline) static inline bool FileSystemCharacterIsSane(char32_t c, bool strip_slashes)
|
static inline bool FileSystemCharacterIsSane(char32_t c, bool strip_slashes)
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
// https://docs.microsoft.com/en-gb/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN#naming-conventions
|
// https://docs.microsoft.com/en-gb/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN#naming-conventions
|
||||||
|
|
Loading…
Reference in New Issue