mirror of
https://github.com/holub/mame
synced 2025-05-15 10:28:16 +03:00
6 lines
159 B
C
6 lines
159 B
C
// BK - MinGW dirent is super broken, using MSVC compatibility one...
|
|
#ifndef _DIRENT_H_
|
|
# define _DIRENT_H_
|
|
# include "../msvc/dirent.h"
|
|
#endif // _DIRENT_H_
|