shell32[1/7]: RunFileDlg: the function should be Unicode on NT

Mikołaj Zalewski mikolaj at zalewski.pl
Fri Jun 27 12:39:30 CDT 2008


  The previous patch moving strings to resources has been ignored, 
probably because it modified too many different things in one patch. 
This series breaks it into many patches and does deeper changes in the code.
  This patch changes the function to use Unicode internally. The 
interfaces should be also Unicode on NT/2000/XP/etc. I didn't change 
some code that will be removed in the next patches and didn't change the 
MRU support function - we already have Unicode MRU code in comctl32, so 
it would be probably better to use that code.
  I convert some constants to Unicode in runtime by MultiByteToWideChar. 
This will be removed when we load them from resources.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-shell32-RunFileDlg-the-function-should-be-Unicode.patch
Type: text/x-patch
Size: 0 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080627/0458425e/attachment.bin 


More information about the wine-patches mailing list