highway
highway copied to clipboard
Fix windows
d_name doesn't have base directory. So GetFileAttribute(e->d_name)
always return -1 and ENTRY_ISDIR(entry)
always return TRUE. I removed ENTRY_ISDIR with passing is_dir into several functions. Maybe become bits faster.