‘UINT64_C’ was not declared in this scope

解决方案:

如果在android下用编译。在Android.mk加入

LOCAL_CFLAGS := -D__STDC_CONSTANT_MACROS

即可

 

你可能感兴趣的:(‘UINT64_C’ was not declared in this scope)