From f3960a3b627a2f254a05dc5b74ec6c7d96a49c4e Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 1 Oct 2005 16:35:27 +0000 Subject: [PATCH] Turn on export macro for win64 in addition to win32. svn path=/trunk/yasm/; revision=1258 --- modules/preprocs/nasm/standard.mac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/preprocs/nasm/standard.mac b/modules/preprocs/nasm/standard.mac index cdb88f35..39dfd5e7 100644 --- a/modules/preprocs/nasm/standard.mac +++ b/modules/preprocs/nasm/standard.mac @@ -119,3 +119,9 @@ __SECT__ %endmacro %endif +%ifidn __YASM_OBJFMT__,win64 +%imacro export 1+.nolist +[export %1] +%endmacro +%endif +