Version 1 (modified by 8 years ago) (diff) | ,
---|
Hacks
List of hacks that we need to live with until compilers, libraries, or systems are fixed.
Support for %lld
in mingw’s printf()
There are a few inelegant casts to long int
that should actually be long long int
or int64_t
in trunk/src/lol/base/array.h. The only known platform where this doesn’t work is Windows cross-compiled from Linux using mingw64.