From 2e62f31ca5853fdd1e587f8c45d09cc6a45ce40b Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 4 Mar 2009 17:56:23 +0000 Subject: part 1 of mingw32 patches from Taco git-svn-id: svn://tug.org/texlive/trunk@12307 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/xopendir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/kpathsea/xopendir.c') 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 -#ifndef WIN32 +#if !defined(WIN32) || defined(__MINGW32__) DIR * xopendir P1C(string, dirname) { -- cgit v1.2.3