PyCXX: [skip ci] fix linking error with MinGW/MSYS

This commit is contained in:
wmayer
2022-08-02 17:25:40 +02:00
parent 0de3b2892e
commit 340eb3150d

View File

@@ -55,7 +55,7 @@
namespace Py
{
void ifPyErrorThrowCxxException();
PYCXX_EXPORT void ifPyErrorThrowCxxException();
typedef Py_ssize_t sequence_index_type; // type of an index into a sequence
PYCXX_EXPORT Py_ssize_t numeric_limits_max();