You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
lmgr: Stub more MWCC license manager functions (#111)
Required for compatibility with the "NXP 'CodeWarrior Special Edition' for MPC55xx/MPC56xx v2.10"