diff options
Diffstat (limited to 'Modules/mmapmodule.c')
-rw-r--r-- | Modules/mmapmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/mmapmodule.c b/Modules/mmapmodule.c index eca67d3..2bb6edc 100644 --- a/Modules/mmapmodule.c +++ b/Modules/mmapmodule.c @@ -1051,7 +1051,7 @@ static struct PyMethodDef mmap_functions[] = { {NULL, NULL} /* Sentinel */ }; -DL_EXPORT(void) +PyMODINIT_FUNC initmmap(void) { PyObject *dict, *module; |