Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opendir is detected by configure on mingw-w64, and for some reason things don't work as expected. For example, os.listdir always returns the cwd's directory listing instead of the one specified. By un-defining, this, os.listdir will use the one which uses native windows API.
- Loading branch information