summaryrefslogtreecommitdiff
path: root/docs/images
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-11-13 09:03:25 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-11-13 09:09:43 -0800
commit2cf599b310efffd5dace66cf6e8b9b4df396df50 (patch)
tree5c2c8d23c070063c9ab5d749d114d37f41a2dd93 /docs/images
parent94c08f27c69a1c8ed1549ffc94f46b0f447806b9 (diff)
Work around MinGW versions with non-C99 compliant headers
Apparently some MinGW distributions have a compiler that's recent enough to support C++11 but limits.h header that incorrectly omits LLONG limits in strict ANSI mode, since it guards the definitions with: #if !defined(__STRICT_ANSI__) && defined(__GNUC__) We can just define these symbols ourselves in this specific case. Fixes #66.
Diffstat (limited to 'docs/images')
0 files changed, 0 insertions, 0 deletions