comparison src/hermes/common.inc @ 1698:412149a1c756 SDL-1.3

Renamed, per Mike's comment on bug #157
author Sam Lantinga <slouken@libsdl.org>
date Wed, 21 Jun 2006 08:25:17 +0000
parents src/hermes/common.asm@393092a3ebf6
children
comparison
equal deleted inserted replaced
1697:393092a3ebf6 1698:412149a1c756
1 ; Some common macros for hermes nasm code
2
3 %macro SDL_FUNC 1
4 %ifdef HIDDEN_VISIBILITY
5 GLOBAL %1:function hidden
6 %else
7 GLOBAL %1
8 %endif
9 %endmacro