|
Audacity 3.2.0
|
Go to the documentation of this file.
16 #define SCRIPT_PIPE_DLL_IMPORT _declspec(dllimport)
17 #ifdef BUILDING_SCRIPT_PIPE
18 #define SCRIPT_PIPE_DLL_API _declspec(dllexport)
20 #define SCRIPT_PIPE_DLL_API _declspec(dllimport)
22 #define AUDACITY_DLL_API
27#ifdef CC_HASVISIBILITY
32 #define SCRIPT_PIPE_DLL_IMPORT __attribute__((visibility("default")))
33 #ifdef BUILDING_SCRIPT_PIPE
34 #define SCRIPT_PIPE_DLL_API __attribute__((visibility("default")))
36 #define SCRIPT_PIPE_DLL_API __attribute__((visibility("default")))