Skip to content

Commit 36458ee

Browse files
committed
aargh. Don't make last minute re-organisations before checkin!
1 parent cecb885 commit 36458ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/modsupport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extern "C" {
2020
#define PyArg_BuildValue _PyArg_BuildValue_SizeT
2121
#define PyArg_VaBuildValue _PyArg_VaBuildValue_SizeT
2222
#else
23-
#if HAVE_DECLSPEC_DLL
23+
#ifdef HAVE_DECLSPEC_DLL
2424
PyAPI_FUNC(int) _PyArg_Parse_SizeT(PyObject *, char *, ...);
2525
PyAPI_FUNC(int) _PyArg_ParseTuple_SizeT(PyObject *, char *, ...);
2626
PyAPI_FUNC(int) _PyArg_ParseTupleAndKeywords_SizeT(PyObject *, PyObject *,

0 commit comments

Comments
 (0)