Searched defs:DECLSPEC (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/include/
H A Dbegin_code.h35 #ifndef DECLSPEC
38 # define DECLSPEC __declspec(dllexport) macro
40 # define DECLSPEC __declspec(export) macro
45 # define DECLSPEC macro
47 # define DECLSPEC __declspec(dllimport) macro
50 # define DECLSPEC __declspec(dllexport) macro
55 # define DECLSPEC __declspec(dllexport) macro
57 # define DECLSPEC macro
60 # define DECLSPEC macro
64 # define DECLSPEC __attribute_ macro
66 # define DECLSPEC macro
88 #undef DECLSPEC macro
89 #define DECLSPEC macro
91 #undef DECLSPEC macro
92 #define DECLSPEC macro
[all...]

Completed in 207 milliseconds