From 91a681debf9ffec155d0aff8a0bb5f965f592e16 Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Mon, 12 Aug 2002 07:21:58 +0000 Subject: Excise DL_EXPORT from Include. Thanks to Skip Montanaro and Kalle Svensson for the patches. --- Include/Python.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Include/Python.h') diff --git a/Include/Python.h b/Include/Python.h index dc9ce457e9..26d221160b 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -114,7 +114,7 @@ #include "abstract.h" /* _Py_Mangle is defined in compile.c */ -extern DL_IMPORT(int) _Py_Mangle(char *p, char *name, \ +PyAPI_FUNC(int) _Py_Mangle(char *p, char *name, \ char *buffer, size_t maxlen); /* PyArg_GetInt is deprecated and should not be used, use PyArg_Parse(). */ -- cgit v1.2.1