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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A Dnscore.h158 #define NS_EXPORT_(type) type __declspec(dllexport) __stdcall macro
170 #define NS_EXPORT_(type) __declspec(export) type macro
182 #define NS_EXPORT_(type) type __declspec(dllexport) __stdcall macro
195 # define NS_EXPORT_(type) __attribute__((visibility("default"))) type macro
205 # define NS_EXPORT_(type) type macro

Completed in 44 milliseconds