Skip to content

Commit

Permalink
fixup! main: introduce portable scandir implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
masatake committed Aug 4, 2017
1 parent a79f557 commit b77c8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/portable-scandir.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

#if HAVE_DIRENT_H
#include <dirent.h>
#elif _MSC_VER
#elif defined (_MSC_VER)
#include "portable-dirent.h"
#else
#error "dirent.h used in portable scandir implementation is not available."
Expand Down

0 comments on commit b77c8be

Please sign in to comment.