diff options
Diffstat (limited to 'Modules/_sre.c')
-rw-r--r-- | Modules/_sre.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Modules/_sre.c b/Modules/_sre.c index 3d4054a..63e4ef3 100644 --- a/Modules/_sre.c +++ b/Modules/_sre.c @@ -2369,10 +2369,7 @@ static PyMethodDef _functions[] = { {NULL, NULL} }; -void -#if defined(WIN32) -__declspec(dllexport) -#endif +DL_EXPORT(void) init_sre(void) { PyObject* m; |