Should not define HAVE_DIRENT_H when compiling with MSVC, as the only file
authorTor Lillqvist <tml@novell.com>
Wed, 27 Aug 2008 12:48:57 +0000 (12:48 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 27 Aug 2008 12:48:57 +0000 (12:48 +0000)
commit194493f3f8718b10ffc16f9e1b863a1b7f57cbc9
tree349f0a19fdabae1c14f7724623996c048526b7dc
parentb2073f1ce2fcebd6bff5ae20c0e0057a3dd47765
Should not define HAVE_DIRENT_H when compiling with MSVC, as the only file

2008-08-27  Tor Lillqvist  <tml@novell.com>

* config.h.win32.in: Should not define HAVE_DIRENT_H when
compiling with MSVC, as the only file which checks HAVE_DIRENT_H
is gdir.c, and that includes the dirent.h and wdirent.c from
build/win32/dirent explicitly anyway when being compiled with
MSVC.

svn path=/trunk/; revision=7403
ChangeLog
config.h.win32.in