[quake3] first win64 patch

Ryan C. Gordon icculus at icculus.org
Mon Feb 13 14:29:06 EST 2006


> - Is sizeof(intptr_t) != sizeof(long) on Windows?

sizeof (long) is 32 bits on Win64 and Win32 with MSVC, unlike 32/64 bit 
Linux.

intptr_t is sizeof (void *).

--ryan.





More information about the quake3 mailing list