Wenfeng CAI
2018-11-13 a0b74b09a5824d50613e3b3a5590e7a9ed515716
refs
用户 Wenfeng CAI <xoxyzox-m@yahoo.com>
星期二, 十一月 13, 2018 10:51 +0800
提交者 Wenfeng CAI <xoxyzox-m@yahoo.com>
星期二, 十一月 13, 2018 10:51 +0800
提交a0b74b09a5824d50613e3b3a5590e7a9ed515716
目录 94defcec9ac3e6de81d52aee2ea52b569c42700c 目录 | zip | gz
parent 29be65ea91d9946c350c8a65e90cecaabf03e8e4 查看 | 对比
Fix assumed return type of MSVC

With unbase64() undeclared, MSVS will assume the return type is int
while it should be a pointer. int is 32 bit and pointer is 64 bit on
Win64 platform. Without this patch, it will fail in Win64 environment.
1个文件已修改
2 ■■■■■ 已修改文件
src/library/os/os.c 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史