summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/c-stat.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-04 17:56:23 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-04 17:56:23 +0000
commit2e62f31ca5853fdd1e587f8c45d09cc6a45ce40b (patch)
tree82bb7716f043ff0bf7dc70d25597b6aac05153fd /Build/source/texk/kpathsea/c-stat.h
parent44167180edb89f78e62c9105af13218390561c52 (diff)
part 1 of mingw32 patches from Taco
git-svn-id: svn://tug.org/texlive/trunk@12307 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/c-stat.h')
-rw-r--r--Build/source/texk/kpathsea/c-stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/c-stat.h b/Build/source/texk/kpathsea/c-stat.h
index d15f6eeaa1a..8d7210b3cf5 100644
--- a/Build/source/texk/kpathsea/c-stat.h
+++ b/Build/source/texk/kpathsea/c-stat.h
@@ -22,9 +22,9 @@
#include <kpathsea/systypes.h>
#include <sys/stat.h>
-#ifdef WIN32
+#if defined (WIN32) && !defined (__MINGW32__)
#include <oldnames.h>
-#endif /* WIN32 */
+#endif
/* POSIX predicates for testing file attributes. */