Files
gnatcoll-bindings/python3/python_support.c
Olivier Hainque 0993f57d57 Fix python3/python_support.c redef of PyMODINIT_FUNC for Windows
The base PyMODINIT_FUNC (without attributes) is PyObject* in python3,
not void. Adjust the redefinition we do on Windows to remove a declspec
accordingly.
2024-05-29 12:06:45 +02:00

20 KiB