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

/external/chromium/base/third_party/nspr/
H A Dprtypes.h64 ** MACROS: PR_EXTERN
72 ** PR_EXTERN when the prototype for the method is declared. Use
77 ** PR_EXTERN( void ) DoWhatIMean( void );
97 #define PR_EXTERN(__type) extern __type macro
113 #define PR_EXTERN(__type) extern __declspec(dllexport) __type macro
129 #define PR_EXTERN(__type) extern __declspec(dllexport) __type macro
145 #define PR_EXTERN(__type) extern __declspec(dllexport) __type macro
166 #define PR_EXTERN(__type) extern __type macro
190 #define PR_EXTERN(__type) extern PR_VISIBILITY_DEFAULT __type macro

Completed in 77 milliseconds