mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
refs #124, fix for mingw compile issue
This commit is contained in:
parent
e51e6ee46b
commit
cf4e05d42f
@ -2138,7 +2138,7 @@ GHC_INLINE uintmax_t hard_links_from_INFO<BY_HANDLE_FILE_INFORMATION>(const BY_H
|
||||
}
|
||||
|
||||
template <typename INFO>
|
||||
GHC_INLINE DWORD reparse_tag_from_INFO(const INFO* info)
|
||||
GHC_INLINE DWORD reparse_tag_from_INFO(const INFO*)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user