Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: decompals/wibo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Choose a base ref
...
head repository: decompals/wibo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Mar 4, 2026

  1. Configuration menu
    Copy the full SHA
    c0e6f56 View commit details
    Browse the repository at this point in the history
  2. Embed separate msvcrt/ucrtbase DLLs based on ABI

    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).
    encounter committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    b80feaa View commit details
    Browse the repository at this point in the history
Loading