summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex/TLpatches/patch-02-win32
blob: b0611b759a7d2c8a891f8bda2772e3c88989f8ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- detex.h.orig	Wed Jun 17 07:27:32 2020
+++ detex.h	Thu Dec 03 22:39:45 2020
@@ -56,8 +56,13 @@
 #define	DEFAULTINPUTS	".;/emtex/texinput"
 #define	CHPATHSEP	';'
 #else
+#ifdef _WIN32
+#define	DEFAULTINPUTS	".;c:/usr/local/tex/inputs"
+#define	CHPATHSEP	';'
+#else
 #define	DEFAULTINPUTS	".:/usr/local/tex/inputs"
 #define	CHPATHSEP	':'
+#endif /* _WIN32 */
 #endif
 #endif