Add ifdefs for LUA_API as well

This commit is contained in:
Lucio Asnaghi 2021-12-01 00:13:55 +01:00
parent 77d0db5aa6
commit d13180792c

View file

@ -34,7 +34,10 @@
#endif
/* Can be used to reconfigure visibility/exports for public APIs */
#ifndef LUA_API
#define LUA_API extern
#endif
#define LUALIB_API LUA_API
/* Can be used to reconfigure visibility for internal APIs */