client/windows: inline not supported

This commit is contained in:
Oleksii Shevchuk 2019-12-31 15:46:23 +02:00
parent 6df00e1410
commit 41e41e7704
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ struct py_imports {
Py_InitModule4(name, methods, doc, (PyObject *)NULL, \
PYTHON_API_VERSION)
static inline
static
int Py_RefCnt(const PyObject *object) {
if (!object)
return -1;