Home | History | Annotate | Download | only in Include

Lines Matching defs:PyMODINIT_FUNC

739   PyMODINIT_FUNC:   A Python module init function.  If these functions are

767 # define PyMODINIT_FUNC __declspec(dllexport) void
769 # define PyMODINIT_FUNC void
783 # define PyMODINIT_FUNC extern "C" __declspec(dllexport) void
785 # define PyMODINIT_FUNC __declspec(dllexport) void
798 #ifndef PyMODINIT_FUNC
800 # define PyMODINIT_FUNC extern "C" void
802 # define PyMODINIT_FUNC void