blob: fffb1051a68a84b85c8d189673bd02bdbb64dc33 (
plain)
1
2
3
4
5
6
7
8
9
10
|
OUT: coff win32 win64
%define __SECT__ [section .text]
%macro __NASM_CDecl__ 1
%endmacro
%imacro export 1+.nolist
[export %1]
%endmacro
%imacro safeseh 1.nolist
[safeseh %1]
%endmacro
|