highway icon indicating copy to clipboard operation
highway copied to clipboard

Fix windows

Open mattn opened this issue 8 years ago • 0 comments

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.

mattn avatar Sep 10 '16 11:09 mattn