summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvi2tty/dvi2tty-5.3.4-PATCHES/patch-05-win32
blob: bf51b4889c254b901859ebcd9e5dcb06d525f073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur dvi2tty-5.3.4.orig/dvi2tty.h dvi2tty-5.3.4/dvi2tty.h
--- dvi2tty-5.3.4.orig/dvi2tty.h	2011-11-21 22:28:42.000000000 +0100
+++ dvi2tty-5.3.4/dvi2tty.h	2012-06-22 09:09:35.000000000 +0200
@@ -28,7 +28,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#if defined(MSDOS)
+#if defined(MSDOS) || (defined(WIN32) && !defined(__MINGW32__))
 # include <malloc.h>
 #else
 # if !defined(THINK_C)