mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Include the dirent.h and wdirent.c from ../build/win32/dirent directly
2008-05-19 Tor Lillqvist <tml@novell.com> * glib/gdir.c: Include the dirent.h and wdirent.c from ../build/win32/dirent directly here when compiling with MSVC and without HAVE_DIRENT_H. svn path=/trunk/; revision=6915
This commit is contained in:
parent
4b2a571e43
commit
445bb2718b
@ -1,3 +1,9 @@
|
|||||||
|
2008-05-19 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
|
* glib/gdir.c: Include the dirent.h and wdirent.c from
|
||||||
|
../build/win32/dirent directly here when compiling with MSVC and
|
||||||
|
without HAVE_DIRENT_H.
|
||||||
|
|
||||||
2008-05-19 Hans Breuer <hans@breuer.org>
|
2008-05-19 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* glib/makefile.msc : added gi18n.c
|
* glib/makefile.msc : added gi18n.c
|
||||||
|
@ -40,6 +40,11 @@
|
|||||||
|
|
||||||
#include "galias.h"
|
#include "galias.h"
|
||||||
|
|
||||||
|
#if defined (_MSC_VER) && !defined (HAVE_DIRENT_H)
|
||||||
|
#include "../build/win32/dirent/dirent.h"
|
||||||
|
#include "../build/win32/dirent/wdirent.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
struct _GDir
|
struct _GDir
|
||||||
{
|
{
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
|
Loading…
Reference in New Issue
Block a user