Skip to content

1.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 19:47
· 15 commits to main since this release

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.dll that 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.
  • Added: Implement GetFileAttributesExA, GetFileAttributesExW (c0e6f56)

Full Changelog: 1.0.3...1.1.0