outcoff: BR 2685756: fix SAFESEH with an internal symbol
[nasm/perl-rewrite.git] / output / outcoff.mac
blobfffb1051a68a84b85c8d189673bd02bdbb64dc33
1 OUT: coff win32 win64
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