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.
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.