Tencent / MMKV

An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
Other
17.42k stars 1.91k forks source link

v1.3.9 LTS在Windows平台编译失败v1.3.6正常 #1368

Closed 1027663760 closed 3 months ago

1027663760 commented 3 months ago

AESCrypt.cpp 中缺少 random() 命令,我改成了 rand()

使用 MMKV_DISABLE_CRYPT 和 MMKV_DISABLE_FLUTTER 后: QQ截图20240726201344

lingol commented 3 months ago

random() is fixed.

lingol commented 3 months ago

Also fixed MMKV_DISABLE_CRYPT.