SHELL32: cleanup, create unicode versions of some functions

Alexandre Julliard julliard at winehq.org
Tue Feb 22 02:52:09 CST 2005


"Dmitry Timoshkov" <dmitry at baikal.ru> writes:

> Almost all of them can be directly replaced by lstrcmpiA, the exceptions are:

Actually the right way to get rid of them is to convert to Unicode. In
the few cases where we actually have to work with Ansi characters they
will most likely be in the Unix codepage and then switching to
lstrcmpiA would be wrong.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list