"Alexandre Julliard" julliard@winehq.org wrote:
"Dmitry Timoshkov" dmitry@codeweavers.com writes:
I've removed -noname for entries that according to Geoff started to be exported by name in some Windows versions. We have some such entries already.
If the function was newly added in that version then it's OK, but if the function is available by ordinal in earlier versions then it has to be -noname for imports to work correctly.
That means that if/once apps start to import shlwapi APIs by name they will not work in Wine. Also, do you mean that APIs for which entries -noname has been already removed need to be fixed to have -noname again?