commit | fbb1c6191c56462a8c83c6317989e28a0e154b42 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 23 17:37:54 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 23 17:37:54 2010 +0000 |
tree | 7e60cfc46bd867898a296218c8f87fb8b59ba0b9 | |
parent | 1e908af3354e20e18dfdcf30bc8aee6ab53ab1ee [diff] [blame] |
Follow up to #9778: fix regressions on 64-bit Windows builds
diff --git a/PC/winreg.c b/PC/winreg.c index c283b44..1bc47b9 100644 --- a/PC/winreg.c +++ b/PC/winreg.c
@@ -452,7 +452,7 @@ (pyhkey1 < pyhkey2 ? -1 : 1); } -static long +static Py_hash_t PyHKEY_hashFunc(PyObject *ob) { /* Just use the address.