[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 32b long int???????
Felix Kollmann wrote:
> this works:
>
> #ifdef Linux
> #define quadword long long
> #else ifdef Windows
> #define quadword __int64
> #endif
I don't know if that *does* work. There are many compilers for Windoze - and
I wonder whether (for example) CygWin (which is based on the same GCC as Linux's
compilers) will support __int64.
I could easily be wrong about that though.
--
Steve Baker http://web2.airmail.net/sjbaker1
sjbaker1@airmail.net (home) http://www.woodsoup.org/~sbaker
sjbaker@hti.com (work)