summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/kpathsea/kpsewhich.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c
index c25752125cc..509e6bab10c 100644
--- a/Build/source/texk/kpathsea/kpsewhich.c
+++ b/Build/source/texk/kpathsea/kpsewhich.c
@@ -767,7 +767,7 @@ int
main (int argc, string *argv)
{
#ifdef WIN32
-#define puts kpathsea_win32_puts
+#define puts(s) kpathsea_win32_puts(kpse, (s))
string *av, enc;
int ac;
#endif /* WIN32 */