cxong / tinydir

Lightweight, portable and easy to integrate C directory and file reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test/tinydir.h:57: error: include file 'libgen.h' not found in Windows

mojontwins opened this issue · comments

It seems that this header is not present.

I've googled and found the file but I don't know which library it references for implementation, so I'm clueless.

Any pointers?

Thanks in advance.

Nevermind, I solved it adding #define _MSC_VER 1400 before the include. Take note tcc users!

Great job btw!