diff options
Diffstat (limited to 'Include/longintrepr.h')
-rw-r--r-- | Include/longintrepr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/longintrepr.h b/Include/longintrepr.h index 3630bd7..e96cfce 100644 --- a/Include/longintrepr.h +++ b/Include/longintrepr.h @@ -73,7 +73,7 @@ struct _longobject { digit ob_digit[1]; }; -PyLongObject *_PyLong_New Py_PROTO((int)); +DL_IMPORT(PyLongObject *) _PyLong_New Py_PROTO((int)); #ifdef __cplusplus } |