On Tue, 8 Jan 2008, Yarin Kaul wrote: > Changes: > > This patch fixes http://bugs.winehq.org/show_bug.cgi?id=3159 : > > 'Some of the CFSTR_* constants (such as CFSTR_SHELLIDLIST) are > incorrectly defined as ANSI strings even when "UNICODE" is defined.' > > Change log: > > shell32: Fixed incorrect definitions of CFSTR_*.
Just using the TEXT macro is not good enough because it does not work on Unix. Check out the definition of STATUSCLASSNAMEA in commctrl.h for how this should be handled. -- Francois Gouget <[EMAIL PROTECTED]> http://fgouget.free.fr/ There are 10 types of people in the world... those who understand binary and those who don't.
