diff options
Diffstat (limited to 'Build/source/texk/lacheck/lacheck-1.26-PATCHES/patch-01-WIN32')
-rw-r--r-- | Build/source/texk/lacheck/lacheck-1.26-PATCHES/patch-01-WIN32 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/texk/lacheck/lacheck-1.26-PATCHES/patch-01-WIN32 b/Build/source/texk/lacheck/lacheck-1.26-PATCHES/patch-01-WIN32 deleted file mode 100644 index 4baf9b833c9..00000000000 --- a/Build/source/texk/lacheck/lacheck-1.26-PATCHES/patch-01-WIN32 +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur -x lacheck.c lacheck-1.26.orig/lacheck.l lacheck-1.26/lacheck.l ---- lacheck-1.26.orig/lacheck.l 1998-03-07 08:47:31.000000000 +0100 -+++ lacheck-1.26/lacheck.l 2010-02-20 12:35:04.000000000 +0100 -@@ -117,6 +117,10 @@ - - #include <stdio.h> - #include <string.h> -+ -+#if defined(WIN32) && !defined(__MINGW32__) -+#include <win32lib.h> -+#endif - /* #include <sys/param.h> */ - - /* extern char *realloc(); */ |