From 4b2a571e43b952ea66849786a68e8e4cb7657109 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 19 May 2008 12:39:24 +0000 Subject: [PATCH] Include dirent.h with doublequotes so that it is searched from this same 2008-05-19 Tor Lillqvist * win32/dirent/dirent.c: Include dirent.h with doublequotes so that it is searched from this same folder first. svn path=/trunk/; revision=6914 --- build/ChangeLog | 7 ++++++- build/win32/dirent/dirent.c | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build/ChangeLog b/build/ChangeLog index 75c0d8a6..bb4e9631 100644 --- a/build/ChangeLog +++ b/build/ChangeLog @@ -1,5 +1,10 @@ 2008-05-19 Tor Lillqvist - + + * win32/dirent/dirent.c: Include dirent.h with doublequotes so + that it is searched from this same folder first. + +2008-05-19 Tor Lillqvist + * win32/vs8/gspawn-win32-helper.vcproj * win32/vs8/gspawn-win32-helper-console.vcproj: New files. Build these two executables. diff --git a/build/win32/dirent/dirent.c b/build/win32/dirent/dirent.c index 0ba4c9dd..26b6cb1e 100644 --- a/build/win32/dirent/dirent.c +++ b/build/win32/dirent/dirent.c @@ -19,7 +19,8 @@ #include #include #include -#include + +#include "dirent.h" #define WIN32_LEAN_AND_MEAN #include /* for GetFileAttributes */ -- 2.34.1