From ad8ffb96789f90180982b344540870a2d4e2d60b Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 31 May 2018 08:12:40 +0800 Subject: init --- 3rdparty/SDL/src/hermes/common.inc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3rdparty/SDL/src/hermes/common.inc (limited to '3rdparty/SDL/src/hermes/common.inc') diff --git a/3rdparty/SDL/src/hermes/common.inc b/3rdparty/SDL/src/hermes/common.inc new file mode 100644 index 0000000..9587e6f --- /dev/null +++ b/3rdparty/SDL/src/hermes/common.inc @@ -0,0 +1,9 @@ +; Some common macros for hermes nasm code + +%macro SDL_FUNC 1 +%ifdef HIDDEN_VISIBILITY +GLOBAL %1:function hidden +%else +GLOBAL %1 +%endif +%endmacro -- cgit v1.1-26-g67d0