UNCLASSIFIED
Go to the documentation of this file.
12 #ifndef _MSP_DTCC_API_H
13 #define _MSP_DTCC_API_H
17 # if defined(MSP_CCS_EXPORTS)
18 # define MSP_DTCC_API __declspec(dllexport)
19 # define MSP_DTCC_TEMPLATE_EXPORT
20 # elif defined(MSP_CCS_IMPORTS)
21 # define MSP_DTCC_API __declspec(dllimport)
22 # define MSP_DTCC_TEMPLATE_EXPORT extern
25 # define MSP_DTCC_TEMPLATE_EXPORT
29 # define MSP_DTCC_TEMPLATE_EXPORT
35 #endif // _MSP_DTCC_API_H