texlive[65079] Build/source/texk/gsftopk: gsftopk.c: use

commits+kakuto at tug.org commits+kakuto at tug.org
Tue Nov 22 05:13:00 CET 2022


Revision: 65079
          http://tug.org/svn/texlive?view=revision&revision=65079
Author:   kakuto
Date:     2022-11-22 05:13:00 +0100 (Tue, 22 Nov 2022)
Log Message:
-----------
gsftopk.c: use pre-installed gsdll64.dll (windows only).

Modified Paths:
--------------
    trunk/Build/source/texk/gsftopk/ChangeLog
    trunk/Build/source/texk/gsftopk/gsftopk.c

Modified: trunk/Build/source/texk/gsftopk/ChangeLog
===================================================================
--- trunk/Build/source/texk/gsftopk/ChangeLog	2022-11-22 00:49:36 UTC (rev 65078)
+++ trunk/Build/source/texk/gsftopk/ChangeLog	2022-11-22 04:13:00 UTC (rev 65079)
@@ -1,3 +1,7 @@
+2022-11-22  Akira Kakuto  <kakuto at jcom.zaq.ne.jp>
+
+	* gsftopk.c: Use pre-installed gsdll64.dll (windows only).
+
 2020-11-05  Karl Berry  <karl at freefriends.org>
 
 	* configure.ac (AC_HEADER_TIME): remove, since it will be

Modified: trunk/Build/source/texk/gsftopk/gsftopk.c
===================================================================
--- trunk/Build/source/texk/gsftopk/gsftopk.c	2022-11-22 00:49:36 UTC (rev 65078)
+++ trunk/Build/source/texk/gsftopk/gsftopk.c	2022-11-22 04:13:00 UTC (rev 65079)
@@ -2260,10 +2260,8 @@
 
 #if defined(WIN32)
        /* TeXLive uses its own Ghostscript */  
-#if !defined(_WIN64)
         texlive_gs_init();
 #endif
-#endif
 
 #endif
 



More information about the tex-live-commits mailing list.