summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/xopendir.c
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/xopendir.c
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/xopendir.c')
-rw-r--r--Build/source/texk/kpathsea/xopendir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/xopendir.c b/Build/source/texk/kpathsea/xopendir.c
index d1e7f103789..caa4a2642d0 100644
--- a/Build/source/texk/kpathsea/xopendir.c
+++ b/Build/source/texk/kpathsea/xopendir.c
@@ -20,7 +20,7 @@
#include <kpathsea/xopendir.h>
-#ifndef WIN32
+#if !defined(WIN32) || defined(__MINGW32__)
DIR *
xopendir P1C(string, dirname)
{