mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
c357381da4
Somehow the win32 and win64 aliases got listed on Mach-O, not on COFF. This doesn't have any effect on the current code, but might in the future. Correct. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
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
|