Home | History | Annotate | Download | only in include

Lines Matching defs:DECLSPEC

35 #ifndef DECLSPEC
38 # define DECLSPEC __declspec(dllexport)
40 # define DECLSPEC __declspec(export)
45 # define DECLSPEC
47 # define DECLSPEC __declspec(dllimport)
50 # define DECLSPEC __declspec(dllexport)
55 # define DECLSPEC __declspec(dllexport)
57 # define DECLSPEC
60 # define DECLSPEC
64 # define DECLSPEC __attribute__ ((visibility("default")))
66 # define DECLSPEC
88 #undef DECLSPEC
89 #define DECLSPEC
91 #undef DECLSPEC
92 #define DECLSPEC __declspec(dllexport)