Sign in
qemu-android
/
emulator-unstable-refactoring
/
860880658ecc93020eaf2a73d580d9a10961f166
/
.
/
distrib
/
sdl-1.2.15
/
src
/
hermes
/
common.inc
blob: 9587e6ffbda33365a81ffb4460663de7964215f8 [
file
] [
log
] [
blame
]
;
Some
common macros
for
hermes nasm code
%
macro SDL_FUNC
1
%
ifdef HIDDEN_VISIBILITY
GLOBAL
%
1
:
function
hidden
%
else
GLOBAL
%
1
%
endif
%
endmacro