mirror of https://github.com/n1nj4sec/pupy.git
client/windows: inline not supported
This commit is contained in:
parent
6df00e1410
commit
41e41e7704
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue