We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cecb885 commit 36458eeCopy full SHA for 36458ee
1 file changed
Include/modsupport.h
@@ -20,7 +20,7 @@ extern "C" {
20
#define PyArg_BuildValue _PyArg_BuildValue_SizeT
21
#define PyArg_VaBuildValue _PyArg_VaBuildValue_SizeT
22
#else
23
-#if HAVE_DECLSPEC_DLL
+#ifdef HAVE_DECLSPEC_DLL
24
PyAPI_FUNC(int) _PyArg_Parse_SizeT(PyObject *, char *, ...);
25
PyAPI_FUNC(int) _PyArg_ParseTuple_SizeT(PyObject *, char *, ...);
26
PyAPI_FUNC(int) _PyArg_ParseTupleAndKeywords_SizeT(PyObject *, PyObject *,
0 commit comments