Ardour  8.7-15-gadf511264b
libmidi_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 LIBMIDIPP_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBMIDIPP_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBMIDIPP_DLL_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIBMIDIPP_API   LIBMIDIPP_DLL_IMPORT
 
#define LIBMIDIPP_LOCAL   LIBMIDIPP_DLL_LOCAL
 

Macro Definition Documentation

◆ LIBMIDIPP_API

#define LIBMIDIPP_API   LIBMIDIPP_DLL_IMPORT

Definition at line 39 of file libmidi_visibility.h.

◆ LIBMIDIPP_DLL_EXPORT

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

Definition at line 28 of file libmidi_visibility.h.

◆ LIBMIDIPP_DLL_IMPORT

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

Definition at line 27 of file libmidi_visibility.h.

◆ LIBMIDIPP_DLL_LOCAL

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

Definition at line 29 of file libmidi_visibility.h.

◆ LIBMIDIPP_LOCAL

#define LIBMIDIPP_LOCAL   LIBMIDIPP_DLL_LOCAL

Definition at line 41 of file libmidi_visibility.h.