protot/3rdparty/bx/include/compat/mingw/dirent.h

6 lines
159 B
C
Raw Normal View History

2016-08-29 22:31:11 +02:00
// BK - MinGW dirent is super broken, using MSVC compatibility one...
#ifndef _DIRENT_H_
# define _DIRENT_H_
# include "../msvc/dirent.h"
#endif // _DIRENT_H_