There was an error while loading. Please reload this page.
1 parent 17b6d28 commit a18331dCopy full SHA for a18331d
1 file changed
PC/msvcrtmodule.c
@@ -217,7 +217,7 @@ static struct PyMethodDef msvcrt_functions[] = {
217
{NULL, NULL}
218
};
219
220
-__declspec(dllexport) void
+PyMODINIT_FUNC
221
initmsvcrt(void)
222
{
223
PyObject *m = Py_InitModule("msvcrt", msvcrt_functions);
0 commit comments