#undef X509_EXTENSIONS to avoid conflict with CryptoAPI.
[oweals/openssl.git] / crypto / perlasm / x86nasm.pl
index 0ec03ff8e0a6fe0142d9f30b31002462ee5c4064..38910426efc01413e4d9c00f28d9477ccb915ae3 100644 (file)
@@ -77,6 +77,8 @@ sub ::file
     { my $tmp=<<___;
 %ifdef __omf__
 section        code    use32 class=code align=64
+%elifdef __coff__
+section        .text   code
 %else
 section        .text   code align=64
 %endif