summaryrefslogtreecommitdiff
path: root/src/winrand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/winrand.c')
-rw-r--r--src/winrand.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/winrand.c b/src/winrand.c
index c72812e..060e917 100644
--- a/src/winrand.c
+++ b/src/winrand.c
@@ -270,11 +270,10 @@ static struct PyModuleDef moduledef = {
};
#endif
-#ifdef IS_PY3K
PyMODINIT_FUNC
+#ifdef IS_PY3K
PyInit_winrandom()
#else
-void
initwinrandom()
#endif
{