Skip to content

Commit

Permalink
Use readdir by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lautis0503 authored Oct 28, 2016
1 parent ae6501d commit 4a2655e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tinydir.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ extern "C" {
# define _TINYDIR_USE_READDIR
#endif

/* Use readdir by default */
#else
# define _TINYDIR_USE_READDIR
#endif

/* MINGW32 has two versions of dirent, ASCII and UNICODE*/
Expand Down

0 comments on commit 4a2655e

Please sign in to comment.