summaryrefslogtreecommitdiff
path: root/Build/source/texk/lacheck/lacheck.l
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-22 12:09:38 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-22 12:09:38 +0000
commitb287d7f6a13823ea17e0bd415981d3a5953ca703 (patch)
treea420b28a35f7761f064d50bb610dbb2b46c71486 /Build/source/texk/lacheck/lacheck.l
parent5fd6fd3479fcbbda52ebca7b5e80a5aaa1add69f (diff)
build system: various small fixes for mingw32 cross compilation
still incomplete git-svn-id: svn://tug.org/texlive/trunk@17141 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lacheck/lacheck.l')
-rw-r--r--Build/source/texk/lacheck/lacheck.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/lacheck/lacheck.l b/Build/source/texk/lacheck/lacheck.l
index 2a6ea20edce..441fbdefefc 100644
--- a/Build/source/texk/lacheck/lacheck.l
+++ b/Build/source/texk/lacheck/lacheck.l
@@ -118,7 +118,7 @@
#include <stdio.h>
#include <string.h>
-#ifdef WIN32
+#if defined(WIN32) && !defined(__MINGW32__)
#include <win32lib.h>
#endif
/* #include <sys/param.h> */