在Qt中使用宏定义,将_int64定义为iBit64
为啥会报unknown type name '_int64'?
反了,是typedef bit64 _int64;
typedef iBit64 _int64;