|
Ardour
9.0-pre0-1950-g391fe97693
|
Go to the source code of this file.
Macros | |
| #define | LIBARDOUR_DLL_IMPORT __attribute__ ((visibility ("default"))) |
| #define | LIBARDOUR_DLL_EXPORT __attribute__ ((visibility ("default"))) |
| #define | LIBARDOUR_DLL_LOCAL __attribute__ ((visibility ("hidden"))) |
| #define | LIBARDOUR_API LIBARDOUR_DLL_IMPORT |
| #define | LIBARDOUR_LOCAL LIBARDOUR_DLL_LOCAL |
| #define LIBARDOUR_API LIBARDOUR_DLL_IMPORT |
Definition at line 38 of file libardour_visibility.h.
| #define LIBARDOUR_DLL_EXPORT __attribute__ ((visibility ("default"))) |
Definition at line 27 of file libardour_visibility.h.
| #define LIBARDOUR_DLL_IMPORT __attribute__ ((visibility ("default"))) |
Definition at line 26 of file libardour_visibility.h.
| #define LIBARDOUR_DLL_LOCAL __attribute__ ((visibility ("hidden"))) |
Definition at line 28 of file libardour_visibility.h.
| #define LIBARDOUR_LOCAL LIBARDOUR_DLL_LOCAL |
Definition at line 40 of file libardour_visibility.h.