Commit 9a66191e authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #5571 from jas0n1ee:master

parents bd53a30e 251610f6
......@@ -270,7 +270,7 @@
*/
#if !defined _MSC_VER && !defined __BORLANDC__
# if defined __cplusplus && __cplusplus >= 201103L
# if defined __cplusplus && __cplusplus >= 201103L && !defined __APPLE__
# include <cstdint>
typedef std::uint32_t uint;
# else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment