]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_msi.c: Fix compiler warnings on Windows 64-bit
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 19 Nov 2013 23:14:49 +0000 (00:14 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 19 Nov 2013 23:14:49 +0000 (00:14 +0100)
commit6715828d89fcb70f6a398f7488c090763acf0084
treea32b343621cc450a98107fecd9ab52fb85d2e504
parentf8e3221fa5eb6b0b1b30075959ff4bbab3e4f45a
_msi.c: Fix compiler warnings on Windows 64-bit

"hf" type is INT_PTR, it is used to store an int in _msi.c.
PC/_msi.c