From 36458ee501ae9588ca510c4e296726b404b6fb2e Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Tue, 4 Apr 2006 12:40:38 +0000 Subject: [PATCH] aargh. Don't make last minute re-organisations before checkin! --- Include/modsupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/modsupport.h b/Include/modsupport.h index 9b4d2b4d764..5471197c690 100644 --- a/Include/modsupport.h +++ b/Include/modsupport.h @@ -20,7 +20,7 @@ extern "C" { #define PyArg_BuildValue _PyArg_BuildValue_SizeT #define PyArg_VaBuildValue _PyArg_VaBuildValue_SizeT #else -#if HAVE_DECLSPEC_DLL +#ifdef HAVE_DECLSPEC_DLL PyAPI_FUNC(int) _PyArg_Parse_SizeT(PyObject *, char *, ...); PyAPI_FUNC(int) _PyArg_ParseTuple_SizeT(PyObject *, char *, ...); PyAPI_FUNC(int) _PyArg_ParseTupleAndKeywords_SizeT(PyObject *, PyObject *,