Hello! I am trying to embed QuickJS into my Visual Studio 2019 project. It works fine except it cannot find the files <dirent.h>, <unistd.h>, and <sys/time.h>. I know these files are Linux specific. I really want to use this library and these issues are annoying me. Is there anyway I can build this C project without opening command prompt and using compilers other than Visual C++?