mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Add ifdefs for LUA_API as well
This commit is contained in:
parent
77d0db5aa6
commit
d13180792c
1 changed files with 3 additions and 0 deletions
|
@ -34,7 +34,10 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Can be used to reconfigure visibility/exports for public APIs */
|
/* Can be used to reconfigure visibility/exports for public APIs */
|
||||||
|
#ifndef LUA_API
|
||||||
#define LUA_API extern
|
#define LUA_API extern
|
||||||
|
#endif
|
||||||
|
|
||||||
#define LUALIB_API LUA_API
|
#define LUALIB_API LUA_API
|
||||||
|
|
||||||
/* Can be used to reconfigure visibility for internal APIs */
|
/* Can be used to reconfigure visibility for internal APIs */
|
||||||
|
|
Loading…
Add table
Reference in a new issue