Home
last modified time | relevance | path

Searched defs:PyAPI_FUNC (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dpyport.h771 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE macro
787 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE macro
802 # define PyAPI_FUNC(RTYPE) RTYPE macro
/external/python/cpython2/PC/os2emx/
Dpyconfig.h34 # define PyAPI_FUNC(RTYPE) RTYPE macro
36 # define PyAPI_FUNC(RTYPE) extern RTYPE macro