Move the output format macros into the macros.pl mechanism
[nasm/nasm.git] / output / outcoff.mac
blobc9ecb54c13a535b8a5d2223938d95cd0d4b53e9d
1 OUT: coff
2 %define __SECT__ [section .text]
3 %macro __NASM_CDecl__ 1
4 %endmacro
5 %imacro export 1+.nolist
6 [export %1]
7 %endmacro
8 %imacro safeseh 1.nolist
9 [safeseh %1]
10 %endmacro