mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
1ad74c4459
commit
4b2a571e43
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user