shell32: Use Unicode for GetFileNameFromBrowse

Owen Rudge orudge at codeweavers.com
Tue Nov 10 15:46:55 CST 2009


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.

---
  dlls/shell32/shell32.spec |    2 +-
  dlls/shell32/shellord.c   |   24 ++++++++++++------------
  include/shlobj.h          |    2 +-
  3 files changed, 14 insertions(+), 14 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0016-shell32-Use-Unicode-for-GetFileNameFromBrowse.patch
Type: text/x-patch
Size: 3106 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20091110/ad7e4ead/attachment.bin>


More information about the wine-patches mailing list