Skip to content

Commit

Permalink
Fix STR #2819 (include dirent.h on Windows/MinGW).
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9382 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Apr 23, 2012
1 parent 42416fa commit fd9f4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FL/filename.H
Expand Up @@ -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];};

Expand Down

0 comments on commit fd9f4e6

Please sign in to comment.