diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/filename.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/filename.H b/FL/filename.H index 9dccfa414..ea281f8e2 100644 --- a/FL/filename.H +++ b/FL/filename.H @@ -70,7 +70,7 @@ inline int fl_filename_relative(char *to, const char *from) { return fl_filename # endif /* __cplusplus */ -# if defined(WIN32) && !defined(__CYGWIN__) && !defined(__WATCOMC__) +# if defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__WATCOMC__) struct dirent {char d_name[1];}; |
