Owen Rudge orudge@codeweavers.com writes:
For some reason, we have implemented the GetFileNameFromBrowse function in shell32 with ANSI functions. According to MSDN, the function should use Unicode, and IE7 (which uses the function for its File -> Open routine) expects this. This patch fixes that.
It should probably be an AW function instead.