LONGLONG is merely __int64 in hiding. Careful though, it's __int64 on all platforms, i.e. x86, x64, IA64.
/rafael On 9/1/2010 12:17 PM, Elizabeth M Smith wrote: > On 9/1/2010 12:16 PM, Olaf van der Spek wrote: >> On Wed, Sep 1, 2010 at 3:53 PM, Philip Allison >> <mangobr...@googlemail.com> wrote: >>> Is __int64 the most preferred type for large file support? Having >>> had to >> I'd use long long. >> >> Olaf >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~coapp-developers >> Post to : coapp-developers@lists.launchpad.net >> Unsubscribe : https://launchpad.net/~coapp-developers >> More help : https://help.launchpad.net/ListHelp > > > Um... there is no long long on windows > > ^-^; > > Thanks, > Elizabeth > > _______________________________________________ > Mailing list: https://launchpad.net/~coapp-developers > Post to : coapp-developers@lists.launchpad.net > Unsubscribe : https://launchpad.net/~coapp-developers > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~coapp-developers Post to : coapp-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~coapp-developers More help : https://help.launchpad.net/ListHelp