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

1.0.0.10 - 改进对Windows XP的支持

Choose a tag to compare

@mingkuang-Chuyu mingkuang-Chuyu released this 28 Jul 12:39
· 684 commits to master since this release

What's the News?

  • 解决Bug 9,某些时候编译器引用异常导致XP模式时意外引入_except_handler4_common(感谢 HwangBae)
  • 解决Bug 8,修复typeid功能无法使用问题(感谢 HwangBae)
  • 调整异常实现代码,尽可能复用msvcrt.dll代码减少代码体积
  • 解决Bug,修复无法使用__argc、__argv、__wargv、_environ、_wenviron全局变量问题(感谢 亮叔叔)
  • 解决Bug,修复微软ATL库的程序不支持XP RTM问题