diff --git a/output/outcoff.mac b/output/outcoff.mac index c9ecb54c..fffb1051 100644 --- a/output/outcoff.mac +++ b/output/outcoff.mac @@ -1,4 +1,4 @@ -OUT: coff +OUT: coff win32 win64 %define __SECT__ [section .text] %macro __NASM_CDecl__ 1 %endmacro diff --git a/output/outmacho.mac b/output/outmacho.mac index c135bf43..9f58638e 100644 --- a/output/outmacho.mac +++ b/output/outmacho.mac @@ -1,4 +1,4 @@ -OUT: macho win32 win64 +OUT: macho %define __SECT__ [section .text] %macro __NASM_CDecl__ 1 %endmacro