summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/utils.c
diff options
context:
space:
mode:
authorHan The Thanh <hanthethanh@gmail.com>2009-04-03 23:45:22 +0000
committerHan The Thanh <hanthethanh@gmail.com>2009-04-03 23:45:22 +0000
commit0a599c29bd094c790bb658635d852a9abc01e162 (patch)
tree2a085062c69db51a35920d99aea6254299e725db /Build/source/texk/web2c/pdftexdir/utils.c
parent613c4af339514c80fc713d3ac84386487e7c2a3c (diff)
import recent changes from pdftex
git-svn-id: svn://tug.org/texlive/trunk@12619 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/utils.c')
-rw-r--r--Build/source/texk/web2c/pdftexdir/utils.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/utils.c b/Build/source/texk/web2c/pdftexdir/utils.c
index 44b3993fa74..4c4656a5360 100644
--- a/Build/source/texk/web2c/pdftexdir/utils.c
+++ b/Build/source/texk/web2c/pdftexdir/utils.c
@@ -23,7 +23,11 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# include <stdio.h>
#endif
#include <sys/types.h>
+#ifdef WIN32
+#define EX_SOFTWARE EXIT_FAILURE
+#else
#include <sysexits.h>
+#endif
#include <regex.h>
#include <kpathsea/c-proto.h>
#include <kpathsea/c-stat.h>