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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h157 # define DECLSPEC_EXPORT __declspec(dllexport) macro
159 # define DECLSPEC_EXPORT __attribute__((dllexport)) macro
161 # define DECLSPEC_EXPORT __attribute__((visibility ("default"))) macro
163 # define DECLSPEC_EXPORT macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h157 # define DECLSPEC_EXPORT __declspec(dllexport) macro
159 # define DECLSPEC_EXPORT __attribute__((dllexport)) macro
161 # define DECLSPEC_EXPORT __attribute__((visibility ("default"))) macro
163 # define DECLSPEC_EXPORT macro

Completed in 137 milliseconds