1.1.0
What's Changed
- Added: Embed separate msvcrt/ucrtbase DLLs based on ABI (b80feaa)
- Originally, I attempted to get things working with a single unified
msvcrt.dllthat implemented all functions. This was a silly idea in retrospect, because nearly every msvcrt version has ABI breaking changes. Now, the winedll repository builds separate DLLs for each version, and we embed 6/9 of them, using aliases for ABI-compatible releases (70->71, 80->90, 110->120). - This should resolve crashes with programs linked against older MSVCRT versions.
- Originally, I attempted to get things working with a single unified
- Added: Implement
GetFileAttributesExA,GetFileAttributesExW(c0e6f56)
Full Changelog: 1.0.3...1.1.0