Lines Matching defs:PR_IMPORT
55 #define PR_IMPORT(__type) __declspec(dllimport) __type
71 #define PR_IMPORT(__type) extern __declspec(dllexport) __type
89 #define PR_IMPORT(__type) extern __type _cdecl _export _loadds
103 #define PR_IMPORT(__type) extern __type _cdecl _export
120 #define PR_IMPORT(__type) extern __declspec(export) __type
136 #define PR_IMPORT(__type) __declspec(dllimport) __type
152 #define PR_IMPORT(__type) extern __type
168 # define PR_IMPORT(__type) extern __type
180 # define PR_IMPORT(__type) extern __type
196 #define NSPR_API(__type) PR_IMPORT(__type)
8809 # define VBOXXPCOMC_DECL(type) PR_IMPORT(type)