summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--output/outcoff.mac2
-rw-r--r--output/outmacho.mac2
2 files changed, 2 insertions, 2 deletions
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 bef343d2..92c14bed 100644
--- a/output/outmacho.mac
+++ b/output/outmacho.mac
@@ -1,4 +1,4 @@
-OUT: macho macho32 macho64 win32 win64
+OUT: macho macho32 macho64
%define __SECT__ [section .text]
%macro __NASM_CDecl__ 1
%endmacro \ No newline at end of file