1 parent 44121a6 commit 91a681dCopy full SHA for 91a681d
51 files changed
Include/Python.h
@@ -114,7 +114,7 @@
114
#include "abstract.h"
115
116
/* _Py_Mangle is defined in compile.c */
117
-extern DL_IMPORT(int) _Py_Mangle(char *p, char *name, \
+PyAPI_FUNC(int) _Py_Mangle(char *p, char *name, \
118
char *buffer, size_t maxlen);
119
120
/* PyArg_GetInt is deprecated and should not be used, use PyArg_Parse(). */
0 commit comments