summaryrefslogtreecommitdiffhomepage
path: root/src/external/dirent.h
AgeCommit message (Collapse)Author
2020-01-19Review module to fit raylib conventionsraysan5
Support custom allocators
2018-10-09Corrected issues with VS2017 compilationRay
2018-10-08dirent.h implementation for MSVCRay
This implementation is a bit limited, does not support wide characters directories but it's a temporal solution... This solution uses "io.h" (like MinGW provided one) while other modern solutions use the "windows.h", that result in duplicate symbols issues... need to review it carefully.
2018-10-08Trying to include dirent.h for MSVCRay