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

/external/python/cpython2/Include/
H A DPython.h64 #ifndef DL_EXPORT /* declarations for DLL import/export */
65 #define DL_EXPORT(RTYPE) RTYPE macro
H A Dpyport.h815 /* Deprecated DL_IMPORT and DL_EXPORT macros */
819 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE macro
822 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE macro
825 #ifndef DL_EXPORT
826 # define DL_EXPORT(RTYPE) RTYPE macro
/external/python/cpython2/RISCOS/
H A Dpyconfig.h700 #define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE macro
703 #define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE macro

Completed in 79 milliseconds