diff options
Diffstat (limited to 'output/outcoff.mac')
-rw-r--r-- | output/outcoff.mac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/output/outcoff.mac b/output/outcoff.mac index 2b8b12ff..8d338efa 100644 --- a/output/outcoff.mac +++ b/output/outcoff.mac @@ -32,8 +32,8 @@ ;; -------------------------------------------------------------------------- OUT: coff win32 win64 -%define __SECT__ [section .text] -%macro __NASM_CDecl__ 1 +%define __?SECT?__ [section .text] +%macro __?NASM_CDecl?__ 1 %endmacro %imacro export 1+.nolist [export %1] |