Go to the documentation of this file.
31 #ifndef _AVDECC_CONTROLLER_LIB_BUILD_H_
32 #define _AVDECC_CONTROLLER_LIB_BUILD_H_
34 #if defined __linux__ || defined __MACH__
36 #define AVDECC_CONTROLLER_LIB32_API
39 #elif defined _WIN32 || defined _WIN64
41 #ifdef AVDECC_CONTROLLER_LIB32_EXPORTS
42 #define AVDECC_CONTROLLER_LIB32_API __declspec(dllexport)
44 #define AVDECC_CONTROLLER_LIB32_API __declspec(dllimport)
47 #define STDCALL __stdcall