Commit ea6d58d9 authored by Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Correctly export the module init function. Needed on Windows.

parent 245671c6
...@@ -225,7 +225,7 @@ static struct PyModuleDef multiprocessing_module = { ...@@ -225,7 +225,7 @@ static struct PyModuleDef multiprocessing_module = {
}; };
PyObject* PyMODINIT_FUNC
PyInit__multiprocessing(void) PyInit__multiprocessing(void)
{ {
PyObject *module, *temp; PyObject *module, *temp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment