]> granicus.if.org Git - php/commit
Move __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS defs earlier
authorSara Golemon <sgolemon@fb.com>
Thu, 20 Aug 2015 21:40:08 +0000 (14:40 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 20 Aug 2015 21:40:08 +0000 (14:40 -0700)
commita3eed5fbfe24368726906f425b15ce40b5fc36e0
treec0ac2b194b2a8a11b71eda3c0121687cdc0f7815
parent5ece3ec71c3eb8d3b706c68b82a8f7c4a14491c6
Move __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS defs earlier

These defines should apply to windows as well,
so move them out of the non-windows specific section
and always define them for C++ compilations.
main/php_stdint.h