[Python-Dev] New Module? Tiger Hashsum

Skip Montanaro skip@pobox.com
Fri, 21 Mar 2003 13:36:13 -0600


    Tino> I guess someone who knows windows better has to look for a windows
    Tino> port beacuse of the 'long long' integers (shouldn't be too hard)
    Tino> ...

The LONG_LONG macro is defined in Python's Include/pyport.h file.  Just use
it instead of 'long long'.  On Windows I think 'long long' is spelled
'__int64'.

Skip