diff --git a/examples/ThirdPartyLibs/tinyxml2/tinyxml2.h b/examples/ThirdPartyLibs/tinyxml2/tinyxml2.h index 28ca2fa8a..deff576dc 100644 --- a/examples/ThirdPartyLibs/tinyxml2/tinyxml2.h +++ b/examples/ThirdPartyLibs/tinyxml2/tinyxml2.h @@ -45,7 +45,7 @@ distribution. #ifdef __GNUC__ #include typedef int32_t xml_Int32a_t; -typedef xml_Int64a_t xml_Int64a_t; +typedef int64_t xml_Int64a_t; typedef uint32_t xml_Uint32a_t; typedef uxml_Int64a_t xml_Uint64a_t; #elif defined(_MSC_VER)