Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

1.0.0.12 - 解决某些函数无法使用问题

Compare
Choose a tag to compare
@mingkuang-Chuyu mingkuang-Chuyu released this 15 Sep 05:42
· 668 commits to master since this release

What's the News?

  • 解决Bug,使用strcat_s时在Windows XP中提示找不到指定符号。(感谢 stsm85)
  • 解决Bug,解决SSE2除法导致编译不通过问题(感谢 stsm85)
  • 解决Bug,解决wcstoll、vsnprintf、rand_s、strtoll无法使用问题(感谢 stsm85)
  • 代码调整,消除所有VC-LTL编译警告,强迫症患者福音。

本次更新后,FastCopy、winpck相关程序直接可以使用VC-LTL编译。