Home | History | Annotate | Download | only in Include

Lines Matching defs:PyMODINIT_FUNC

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

783 # define PyMODINIT_FUNC __declspec(dllexport) void
785 # define PyMODINIT_FUNC void
799 # define PyMODINIT_FUNC extern "C" __declspec(dllexport) void
801 # define PyMODINIT_FUNC __declspec(dllexport) void
814 #ifndef PyMODINIT_FUNC
816 # define PyMODINIT_FUNC extern "C" void
818 # define PyMODINIT_FUNC void