Go to the documentation of this file.
5 #if defined(MADARA_AS_STATIC_LIBS) && !defined(NDDS_HAS_DLL)
9 #if !defined(NDDS_HAS_DLL)
10 #define NDDS_HAS_DLL 1
14 #if !defined(NDDS_Proper_Export_Flag)
15 #define NDDS_Proper_Export_Flag __declspec(dllexport)
16 #define NDDS_Proper_Import_Flag __declspec(dllimport)
19 #if !defined(NDDS_Proper_Export_Flag)
20 #define NDDS_Proper_Export_Flag
21 #define NDDS_Proper_Import_Flag
25 #if defined(NDDS_HAS_DLL) && (NDDS_HAS_DLL == 1)
26 #if defined(NDDS_BUILD_DLL)
27 #define NDDS_Export NDDS_Proper_Export_Flag
29 #define NDDS_Export NDDS_Proper_Import_Flag