FileSystem: Fix build failure

pull/2854/head
Connor McLaughlin 3 years ago
parent e2af9aa0ca
commit 571a773b29

@ -60,7 +60,7 @@ static std::time_t ConvertFileTimeToUnixTime(const FILETIME& ft)
}
#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
// https://docs.microsoft.com/en-gb/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN#naming-conventions

Loading…
Cancel
Save