FileSystem: Fix build failure

This commit is contained in:
Connor McLaughlin 2022-07-31 17:42:58 +10:00
parent e2af9aa0ca
commit 571a773b29
1 changed files with 1 additions and 1 deletions

View File

@ -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