Searched refs:DL_IMPORT (Results 1 – 8 of 8) sorted by relevance
64 #ifndef DL_IMPORT /* declarations for DLL import/export */65 #define DL_IMPORT(RTYPE) RTYPE macro
818 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE macro821 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE macro828 #ifndef DL_IMPORT829 # define DL_IMPORT(RTYPE) RTYPE macro
699 #define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE macro702 #define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE macro
209 #define DL_IMPORT(RTYPE) RTYPE _System macro
1889 * The :c:macro:`DL_EXPORT` and :c:macro:`DL_IMPORT` macros are now deprecated.
5708 will be declared with PyMODINIT_FUNC. DL_EXPORT/DL_IMPORT macros11099 marked as such (with the DL_IMPORT() macro) in the header file that
23092 will be declared with PyMODINIT_FUNC. DL_EXPORT/DL_IMPORT macros28478 marked as such (with the DL_IMPORT() macro) in the header file that