microsoft / win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK.
Other
1.34k stars 119 forks source link

Remap ICU APIs to forwarders where possible #1958

Closed riverar closed 3 months ago

riverar commented 3 months ago

Fixes: #1956

This ensures most ICU APIs are available down-level (Windows 10 Creators Update) and represents the current best way forward at this time. See thread for important discussion/concerns around ICU APIs in general.

I took our existing mappings and cross referenced each API with import libs from the Windows SDK. Anything not present in the older icuXX.libs was confirmed to exist in icu.lib and therefore mapped to icu.dll.

Additional heads up @Alovchin91.