texlive[42201] Build/source/texk/dvipdfm-x/dpxfile.c:
commits+kakuto at tug.org
commits+kakuto at tug.org
Tue Oct 4 02:11:56 CEST 2016
Revision: 42201
http://tug.org/svn/texlive?view=revision&revision=42201
Author: kakuto
Date: 2016-10-04 02:11:56 +0200 (Tue, 04 Oct 2016)
Log Message:
-----------
dvipdfm-x/dpxfile.c: sync with MikTeX
Modified Paths:
--------------
trunk/Build/source/texk/dvipdfm-x/dpxfile.c
Modified: trunk/Build/source/texk/dvipdfm-x/dpxfile.c
===================================================================
--- trunk/Build/source/texk/dvipdfm-x/dpxfile.c 2016-10-03 23:20:37 UTC (rev 42200)
+++ trunk/Build/source/texk/dvipdfm-x/dpxfile.c 2016-10-04 00:11:56 UTC (rev 42201)
@@ -61,6 +61,13 @@
#endif
#endif
+#if defined(MIKTEX)
+#if defined(__APPLE__)
+#include <sys/syslimits.h>
+# define _MAX_PATH PATH_MAX
+#endif
+#endif
+
static int verbose = 0;
int keep_cache = 0;
More information about the tex-live-commits
mailing list