[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 64Bit ints



> #ifdef _PP_64BIT_INTS
> #ifdef _PP_64BIT_ARCH
>   typedef              long pp64;
>   typedef  unsigned    long ppu64;
> #elif __GNUC__
>   typedef          long long pp64;
>   typedef unsigned long long ppu64;
> #else
> #  define PP_NO_64BIT_INTEGERS
> #endif
> #endif

Sounds good. :)

See ya!
	-Sam Lantinga				(slouken@devolution.com)

Lead Programmer, Loki Entertainment Software
--
Author of Simple DirectMedia Layer -
	http://www.devolution.com/~slouken/SDL/
--