Mercurial > sdl-ios-xcode
view src/hermes/common.inc @ 2104:a76e8b9f3d2e
Mac OS X port always links with IOKit framework in SDL 1.3.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 04 Apr 2007 10:41:00 +0000 |
parents | d76c3909b244 |
children |
line wrap: on
line source
; Some common macros for hermes nasm code %macro SDL_FUNC 1 %ifdef HIDDEN_VISIBILITY GLOBAL %1:function hidden %else GLOBAL %1 %endif %endmacro