texlive[48000] Build/source/texk/web2c/pdftexdir: output correct

commits+kakuto at tug.org commits+kakuto at tug.org
Wed Jun 13 14:22:58 CEST 2018


Revision: 48000
          http://tug.org/svn/texlive?view=revision&revision=48000
Author:   kakuto
Date:     2018-06-13 14:22:58 +0200 (Wed, 13 Jun 2018)
Log Message:
-----------
output correct image file names (w32 only, T. Tanaka)

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/pdftexdir/ChangeLog
    trunk/Build/source/texk/web2c/pdftexdir/ptexlib.h

Modified: trunk/Build/source/texk/web2c/pdftexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/ChangeLog	2018-06-13 09:49:28 UTC (rev 47999)
+++ trunk/Build/source/texk/web2c/pdftexdir/ChangeLog	2018-06-13 12:22:58 UTC (rev 48000)
@@ -1,3 +1,7 @@
+2018-06-13  TANAKA Takuji  <ttk at t-lab.opal.ne.jp>
+
+	* ptexlib.h: Output correct image file names (w32 only).
+
 2018-06-12  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	* pdftoepdf.cc: Free unused memory (w32 only).

Modified: trunk/Build/source/texk/web2c/pdftexdir/ptexlib.h
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/ptexlib.h	2018-06-13 09:49:28 UTC (rev 47999)
+++ trunk/Build/source/texk/web2c/pdftexdir/ptexlib.h	2018-06-13 12:22:58 UTC (rev 48000)
@@ -23,8 +23,12 @@
 #ifdef _WIN32
 #undef fopen
 #undef xfopen
+#undef fputs
+#undef putc
 #define fopen fsyscp_fopen
 #define xfopen fsyscp_xfopen
+#define fputs win32_fputs
+#define putc win32_putc
 #endif
 
 /* WEB2C macros and prototypes */



More information about the tex-live-commits mailing list