A D | begin_code.h | 53 #ifndef DECLSPEC 57 # define DECLSPEC macro 59 # define DECLSPEC __declspec(dllimport) macro 62 # define DECLSPEC __declspec(dllexport) macro 66 # define DECLSPEC __declspec(dllexport) macro 68 # define DECLSPEC macro 72 # define DECLSPEC __attribute__ ((visibility("default"))) macro 74 # define DECLSPEC macro 95 #undef DECLSPEC 96 #define DECLSPEC macro
|