Include dirent.h with doublequotes so that it is searched from this same

2008-05-19  Tor Lillqvist  <tml@novell.com>

	* win32/dirent/dirent.c: Include dirent.h with doublequotes so
	that it is searched from this same folder first.


svn path=/trunk/; revision=6914
This commit is contained in:
Tor Lillqvist 2008-05-19 12:39:24 +00:00 committed by Tor Lillqvist
parent 1ad74c4459
commit 4b2a571e43
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,10 @@
2008-05-19 Tor Lillqvist <tml@novell.com>
* win32/dirent/dirent.c: Include dirent.h with doublequotes so
that it is searched from this same folder first.
2008-05-19 Tor Lillqvist <tml@novell.com>
* win32/vs8/gspawn-win32-helper.vcproj
* win32/vs8/gspawn-win32-helper-console.vcproj: New files. Build
these two executables.

View File

@ -19,7 +19,8 @@
#include <string.h>
#include <io.h>
#include <direct.h>
#include <dirent.h>
#include "dirent.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h> /* for GetFileAttributes */