Added global extern.

This commit is contained in:
wbhart 2008-06-15 20:26:45 +00:00
parent c65697e5da
commit 03876cf15b

View File

@ -13,3 +13,13 @@ _%1:
global %1:function global %1:function
%endif %endif
%endmacro %endmacro
%macro G_EXPORT 1
%ifdef GSYM_PREFIX
extern _%1
%else
extern %1
%endif
%endmacro