Ardour  8.7-15-gadf511264b
waveview/waveview/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 LIBWAVEVIEW_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBWAVEVIEW_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBWAVEVIEW_DLL_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIBWAVEVIEW_API   LIBWAVEVIEW_DLL_IMPORT
 
#define LIBWAVEVIEW_LOCAL   LIBWAVEVIEW_DLL_LOCAL
 

Macro Definition Documentation

◆ LIBWAVEVIEW_API

#define LIBWAVEVIEW_API   LIBWAVEVIEW_DLL_IMPORT

Definition at line 40 of file waveview/waveview/visibility.h.

◆ LIBWAVEVIEW_DLL_EXPORT

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

Definition at line 29 of file waveview/waveview/visibility.h.

◆ LIBWAVEVIEW_DLL_IMPORT

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

Definition at line 28 of file waveview/waveview/visibility.h.

◆ LIBWAVEVIEW_DLL_LOCAL

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

Definition at line 30 of file waveview/waveview/visibility.h.

◆ LIBWAVEVIEW_LOCAL

#define LIBWAVEVIEW_LOCAL   LIBWAVEVIEW_DLL_LOCAL

Definition at line 42 of file waveview/waveview/visibility.h.