summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/ptexlib.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2018-06-13 12:22:58 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2018-06-13 12:22:58 +0000
commited0cfd35f4e6db01b6a3eb97c1500b58f6e9cd89 (patch)
treeb6c7b6e2f2fe3a65d4d3aea32240056cebf5940f /Build/source/texk/web2c/pdftexdir/ptexlib.h
parentf6a44754b12559c5c7f813710aec7f42985b1682 (diff)
output correct image file names (w32 only, T. Tanaka)
git-svn-id: svn://tug.org/texlive/trunk@48000 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/ptexlib.h')
-rw-r--r--Build/source/texk/web2c/pdftexdir/ptexlib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ptexlib.h b/Build/source/texk/web2c/pdftexdir/ptexlib.h
index c43c8728f9b..03feb672cc2 100644
--- a/Build/source/texk/web2c/pdftexdir/ptexlib.h
+++ b/Build/source/texk/web2c/pdftexdir/ptexlib.h
@@ -23,8 +23,12 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#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 */