GitHub - felixmaker/thunk: Build Rust program to support Windows XP, Vista and more
Use Thunk to build your Rust program to support old Windows platforms
中文自述文件
Thunk uses VC-LTL5 and YY-Thunks to build programs that support even Windows XP. So, how does it work?
Add VC-LTL to the library search path
Use YY-Thunks to remedy API that old platform that does not exist
Note: Thunk does not guarantee the compiled program work or work accurately on old platforms. USE AT YOUR OWN RISK!
Usage (As Command line tool)
Preparation
Download VC-LTL5 and YY-Thunks Binary, unzip them and add e...
Read more at github.com