diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-23 16:14:03 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-23 16:14:03 +0000 |
commit | 8ee4ce87e030dd4e217f99e924233dbbf393e049 (patch) | |
tree | a4fc2a004c2e92bdbba8d57a192ef96c0a434ef1 /Build/source/texk/kpathsea/config.h | |
parent | b243861dbff7f1514485d8f4df1770c4aba31a4a (diff) |
build system fixes, mostly for mingw32 cross and win32
git-svn-id: svn://tug.org/texlive/trunk@17166 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/config.h')
-rw-r--r-- | Build/source/texk/kpathsea/config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/config.h b/Build/source/texk/kpathsea/config.h index d9e4123b25f..4abd0b52b53 100644 --- a/Build/source/texk/kpathsea/config.h +++ b/Build/source/texk/kpathsea/config.h @@ -54,6 +54,10 @@ #define DEV_NULL "/dev/null" #endif +#if defined (WIN32) && !defined (__STDC__) +#define __STDC__ 1 +#endif + /* System dependencies that are figured out by `configure'. */ #include <kpathsea/c-auto.h> @@ -94,7 +98,7 @@ #ifdef __MINGW32__ #include <kpathsea/mingw32.h> #else -#include <win32lib.h> +#include <kpathsea/win32lib.h> #endif #endif |