From 0c21e13012293f27f94ccf51b166f5d0e0d4cb65 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 4 Feb 2006 01:25:19 +0000 Subject: Recognize mingw in perlasm. --- crypto/perlasm/x86asm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/perlasm/x86asm.pl') diff --git a/crypto/perlasm/x86asm.pl b/crypto/perlasm/x86asm.pl index cf2aee40ec..8438824a23 100644 --- a/crypto/perlasm/x86asm.pl +++ b/crypto/perlasm/x86asm.pl @@ -93,7 +93,7 @@ $tmp #ifdef OUT #define OK 1 #define ALIGN 4 -#if defined(__CYGWIN__) || defined(__DJGPP__) +#if defined(__CYGWIN__) || defined(__DJGPP__) || defined(__MINGW32__) #undef SIZE #undef TYPE #define SIZE(a,b) -- cgit v1.2.3