Home
last modified time | relevance | path

Searched refs:DL_IMPORT (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
DPython.h64 #ifndef DL_IMPORT /* declarations for DLL import/export */
65 #define DL_IMPORT(RTYPE) RTYPE macro
Dpyport.h818 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE macro
821 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE macro
828 #ifndef DL_IMPORT
829 # define DL_IMPORT(RTYPE) RTYPE macro
/external/python/cpython2/RISCOS/
Dpyconfig.h699 #define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE macro
702 #define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE macro
/external/python/cpython2/PC/os2vacpp/
Dpyconfig.h209 #define DL_IMPORT(RTYPE) RTYPE _System macro
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1889 * The :c:macro:`DL_EXPORT` and :c:macro:`DL_IMPORT` macros are now deprecated.
/external/python/cpython3/Doc/whatsnew/
D2.3.rst1889 * The :c:macro:`DL_EXPORT` and :c:macro:`DL_IMPORT` macros are now deprecated.
/external/python/cpython2/Misc/
DHISTORY5708 will be declared with PyMODINIT_FUNC. DL_EXPORT/DL_IMPORT macros
11099 marked as such (with the DL_IMPORT() macro) in the header file that
/external/python/cpython3/Misc/
DHISTORY23092 will be declared with PyMODINIT_FUNC. DL_EXPORT/DL_IMPORT macros
28478 marked as such (with the DL_IMPORT() macro) in the header file that