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

/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A Dbegin_code.h45 #ifndef DECLSPEC
49 # define DECLSPEC macro
51 # define DECLSPEC __declspec(dllimport) macro
54 # define DECLSPEC __declspec(dllexport) macro
58 # define DECLSPEC __attribute__ ((visibility("default"))) macro
60 # define DECLSPEC __declspec(dllexport) macro
62 # define DECLSPEC macro
76 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
78 #undef DECLSPEC macro
79 #define DECLSPEC macro
[all...]
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
H A Dbegin_code.h45 #ifndef DECLSPEC
49 # define DECLSPEC macro
51 # define DECLSPEC __declspec(dllimport) macro
54 # define DECLSPEC __declspec(dllexport) macro
58 # define DECLSPEC __attribute__ ((visibility("default"))) macro
60 # define DECLSPEC __declspec(dllexport) macro
62 # define DECLSPEC macro
76 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
78 #undef DECLSPEC macro
79 #define DECLSPEC macro
[all...]
/prebuilts/misc/windows/sdl2/include/
H A Dbegin_code.h45 #ifndef DECLSPEC
49 # define DECLSPEC macro
51 # define DECLSPEC __declspec(dllimport) macro
54 # define DECLSPEC __declspec(dllexport) macro
58 # define DECLSPEC __attribute__ ((visibility("default"))) macro
60 # define DECLSPEC __declspec(dllexport) macro
62 # define DECLSPEC macro
76 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
78 #undef DECLSPEC macro
79 #define DECLSPEC macro
[all...]
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
H A Dbegin_code.h45 #ifndef DECLSPEC
49 # define DECLSPEC macro
51 # define DECLSPEC __declspec(dllimport) macro
54 # define DECLSPEC __declspec(dllexport) macro
58 # define DECLSPEC __attribute__ ((visibility("default"))) macro
60 # define DECLSPEC __declspec(dllexport) macro
62 # define DECLSPEC macro
76 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
78 #undef DECLSPEC macro
79 #define DECLSPEC macro
[all...]

Completed in 106 milliseconds