Added GLOBAL_FUNC assembly macro

This commit is contained in:
jasonmartin 2008-07-08 00:01:55 +00:00
parent 426559ff6e
commit c5b9104dbc

View File

@ -22,4 +22,7 @@ _%1:
%endif
%endmacro
%macro GLOBAL_FUNC 1
G_EXPORT __g%1
G_LABEL __g%1
%endmacro