summaryrefslogtreecommitdiff
path: root/Build/source/texk/seetexk/error.h
diff options
context:
space:
mode:
authorTakuji Tanaka <KXD02663@nifty.ne.jp>2017-06-23 14:52:25 +0000
committerTakuji Tanaka <KXD02663@nifty.ne.jp>2017-06-23 14:52:25 +0000
commit25a27b4b95bc9c08f15b37371d23956f6faf2dd7 (patch)
tree27be5e874331789343aab9fe61759497f89a9f50 /Build/source/texk/seetexk/error.h
parent2e769ccbfa30589418166eb6f1c56770765a3762 (diff)
texk/seetexk [Windows]: Allow Unicode file names
git-svn-id: svn://tug.org/texlive/trunk@44674 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/seetexk/error.h')
-rw-r--r--Build/source/texk/seetexk/error.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/seetexk/error.h b/Build/source/texk/seetexk/error.h
index a9b8f8cb865..e23be057ea6 100644
--- a/Build/source/texk/seetexk/error.h
+++ b/Build/source/texk/seetexk/error.h
@@ -30,3 +30,8 @@ void error(int quit, int e, const char *fmt, ...);
void panic(const char *fmt, ...);
void SetErrorTrap(void (*fn)(int quit, const char *text));
+
+#if defined(WIN32) && defined(KPATHSEA)
+#undef vfprintf
+#define vfprintf win32_vfprintf
+#endif