I'd like to know if it's possible to make VC++ use LP64
instead of LLP64
, I know I could use another compiler such as GCC or Intel C++, but I'd like to use VC++ for various reasons.
There is no requirement for compatibility with Microsoft headers, etc, and I am already using LIBC as my runtime library.