Ardour  8.7-15-gadf511264b
liblua_visibility.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LIBLUA_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBLUA_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBLUA_DLL_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIBLUA_STATIC
 
#define LIBLUA_API
 

Macro Definition Documentation

◆ LIBLUA_API

#define LIBLUA_API

Definition at line 43 of file liblua_visibility.h.

◆ LIBLUA_DLL_EXPORT

#define LIBLUA_DLL_EXPORT   __attribute__ ((visibility ("default")))

Definition at line 28 of file liblua_visibility.h.

◆ LIBLUA_DLL_IMPORT

#define LIBLUA_DLL_IMPORT   __attribute__ ((visibility ("default")))

Definition at line 27 of file liblua_visibility.h.

◆ LIBLUA_DLL_LOCAL

#define LIBLUA_DLL_LOCAL   __attribute__ ((visibility ("hidden")))

Definition at line 29 of file liblua_visibility.h.

◆ LIBLUA_STATIC

#define LIBLUA_STATIC

Definition at line 38 of file liblua_visibility.h.