Commits

Andy Green authored 119aa5c0ad5
lws_dir: wrap dir scanning backend and convert lejp-conf We use POSIX dir scanning apis normally, but for windows, we require libuv to do it for us. Formalize that into a wrapper lws_dir() that hides the backend code. Make it configurable, ON by default and forced on with lejp-conf that depends on it.