Added global extern.
This commit is contained in:
parent
c65697e5da
commit
03876cf15b
10
yasm_mac.inc
10
yasm_mac.inc
@ -13,3 +13,13 @@ _%1:
|
||||
global %1:function
|
||||
%endif
|
||||
%endmacro
|
||||
|
||||
%macro G_EXPORT 1
|
||||
%ifdef GSYM_PREFIX
|
||||
extern _%1
|
||||
%else
|
||||
extern %1
|
||||
%endif
|
||||
%endmacro
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user