From: Dr. Stephen Henson Date: Sat, 4 Feb 2006 01:25:19 +0000 (+0000) Subject: Recognize mingw in perlasm. X-Git-Tag: OpenSSL_0_9_8k^2~1575 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=0c21e13012293f27f94ccf51b166f5d0e0d4cb65 Recognize mingw in perlasm. --- 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)