[Python-Dev] New Module? Tiger Hashsum
Tino Lange
Tino.Lange@isg.de
Fri, 21 Mar 2003 21:02:31 +0100
Skip,
Ah, great!
Thank you! I'll try that tomorrow with MSVC 6.
Cheers,
Tino
----------
Skip Montanaro wrote:
>
> 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