Skip to content

Commit 91a681d

Browse files
committed
Excise DL_EXPORT from Include.
Thanks to Skip Montanaro and Kalle Svensson for the patches.
1 parent 44121a6 commit 91a681d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+669
-673
lines changed

Include/Python.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
#include "abstract.h"
115115

116116
/* _Py_Mangle is defined in compile.c */
117-
extern DL_IMPORT(int) _Py_Mangle(char *p, char *name, \
117+
PyAPI_FUNC(int) _Py_Mangle(char *p, char *name, \
118118
char *buffer, size_t maxlen);
119119

120120
/* PyArg_GetInt is deprecated and should not be used, use PyArg_Parse(). */

0 commit comments

Comments
 (0)