|
Audacity 3.2.0
|
Go to the documentation of this file.
15#if defined _WIN32 || (defined __CYGWIN__ && defined __GNUC__)
16# ifndef NETWORK_MANAGER_API
17# ifdef BUILDING_LIB_NETWORK_MANAGER
18# define NETWORK_MANAGER_API __declspec(dllexport)
21# define NETWORK_MANAGER_API __declspec(dllimport)
23# define NETWORK_MANAGER_API
28# ifndef NETWORK_MANAGER_API
29# define NETWORK_MANAGER_API __attribute__((visibility("default")))